Allow CSE to run after bb packing.
commite19250992c2bf7b95dafed7dea3751428bdf7c32
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 28 Nov 2004 17:38:52 +0000 (28 10:38 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:08 +0000 (7 21:05 -0700)
tree4e7b1b53a34f43e1007f36c7bf0fa0ba74f5d31b
parente533ccc8e3665fa22a1e6ae11b217d0e5601f08c
Allow CSE to run after bb packing.

...but we can't merge phi-sources after packing. Or rather, we
could, but we'll have to be more careful about not re-ordering
them, which we aren't. Sort it out later.
cse.c
flow.c
lib.h
linearize.c