Clean up pseudo and bb usage handling.
commitc820face9ab26c42c322986b55c198cef0accf56
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 13 Nov 2004 04:40:18 +0000 (12 21:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:25 +0000 (7 21:04 -0700)
treed3d703777549baa3361d3de5f784b7ee13525173
parentbd22de5c2ea9b021523e95b4e60892ebc7d33e33
Clean up pseudo and bb usage handling.

We really don't care about all bb usage, only about the phi-nodes
that use bb's. All the other usage is pretty obvious from the
flow graph, no need to add them to the list (and if we _only_ add
phi-nodes, then it becomes easier to check whether a bb needs to
be saved due to phi-node issues).

The pseudo usage has nothing to do with an instruction, so don't
mix in the instruction into it.
linearize.c
linearize.h