Be more careful about insn->bb pointers.
commitfbc2d3f727fbda346ef5810bc790075277dfebcf
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 27 Nov 2004 03:06:54 +0000 (26 20:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:59 +0000 (7 21:04 -0700)
treead7d9a7801847fe4e68de08e3dd7d5cf0e418e98
parentc857a51ea8e8823d2e1535ef09d1f9d5989d59fa
Be more careful about insn->bb pointers.

Make sure to clear them when turning operations into NOP's. And when
doing OP_LOAD->OP_PHI conversion, just re-use the target pseudo,
which means that we don't need to unnecessarily move all the uses
over.
cse.c
flow.c