[PATCH] pack basic blocks
commit36e42c3abe2e28974cc421fa1498511e7c6f8ee9
authorChristopher Li <sparse@chrisli.org>
Fri, 16 Apr 2004 19:45:25 +0000 (16 12:45 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:34 +0000 (7 21:01 -0700)
tree49841b66afecf7edb9a27e41da4f61a18f1aace3
parent6af6fb881bcc8bad6bd2b348eab84632604f5200
[PATCH] pack basic blocks

I figured out that I can unify the two case that need to merge the basic
block.  By doing that we avoid the need to modify the phi instructions.

I also changed some macros in lib.h into inline functions for better
type checking.
lib.h
linearize.c