Associate pseudos with the symbol name whose value they got.
commit12e60e8379aff9674549f0ad1e263a946c5ccc36
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 29 Nov 2004 16:35:44 +0000 (29 09:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:15 +0000 (7 21:05 -0700)
tree490e8fafde38c392ba18ecfe1fc6b3b301a30c9c
parentd2819bbda2bf7402ff95219ffba99f1621134a0d
Associate pseudos with the symbol name whose value they got.

This is purely for debugging. It's only used to show what symbol
a pseudo might be (and I stress "might", since CSE can and does
screw it up) associated with.

Also print out the def list for a basic block when verbose.

It all makes it a bit easier to guess what's up.
flow.c
linearize.c
linearize.h
memops.c