cfg.c (dump_flow_info): Remove redundant dump of reg life info.
2004-10-18 Andreas Krebbel <krebbel1@de.ibm.com> * cfg.c (dump_flow_info): Remove redundant dump of reg life info. From-SVN: r89240
This commit is contained in:
parent
c2f55a1baa
commit
320b0f6a1e
@ -1,3 +1,7 @@
|
||||
2004-10-18 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* cfg.c (dump_flow_info): Remove redundant dump of reg life info.
|
||||
|
||||
2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR middle-end/15014
|
||||
|
@ -620,14 +620,6 @@ dump_flow_info (FILE *file)
|
||||
FOR_EACH_EDGE (e, ei, bb->succs)
|
||||
dump_edge_info (file, e, 1);
|
||||
|
||||
fprintf (file, "\nRegisters live at start:");
|
||||
dump_regset (bb->global_live_at_start, file);
|
||||
|
||||
fprintf (file, "\nRegisters live at end:");
|
||||
dump_regset (bb->global_live_at_end, file);
|
||||
|
||||
putc ('\n', file);
|
||||
|
||||
if (bb->global_live_at_start)
|
||||
{
|
||||
fprintf (file, "\nRegisters live at start:");
|
||||
|
Loading…
Reference in New Issue
Block a user