Make statement and expression printouts be more "linearized", and
commit126da02d7d5bb9d8abeff19339c59ee0320017a9
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Apr 2003 19:59:46 +0000 (5 12:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:15 +0000 (7 21:00 -0700)
tree7a1a45be5ca310a1ac241aefa779a444f8b95013
parentb6bf7122f73141626d42dbd3b879caa2a8787198
Make statement and expression printouts be more "linearized", and
create the proper pseudo-registers for sub-expressions. This changes
the printout a lot, but makes it a lot closer to what you'd output
internally for a back-end to do the flow graph.

show_statement() and show_expression() now return the pseudo
number for the result of a statement or expression.

Pseudo 0 is "void".
parse.h
show-parse.c