Module Name: pcc
Committed By: ragge
Date: Fri May 14 11:47:09 UTC 2010
Modified Files:
pcc/mip: match.c
Log Message:
Do not favorize 3-op instruction in the ssa case, simple statements like
i++ have been rewritten to t1 = t2 + 1 and we want the register allocator
to try to put t1 and t2 in the same register if there are 2-op insns.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pcc/mip/match.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.