2001-06-28 Diego Novillo <dnovillo@redhat.com>
* flow.c (dump_bb): Remove unused third argument to call
to fprintf when displaying the basic block header.
From-SVN: r43649
+2001-06-28 Diego Novillo <dnovillo@redhat.com>
+
+ * flow.c (dump_bb): Remove unused third argument to call
+ to fprintf when displaying the basic block header.
+
2001-06-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
Jeff Law <law@redhat.com>
edge e;
fprintf (outf, ";; Basic block %d, loop depth %d, count ",
- bb->index, bb->loop_depth, bb->count);
+ bb->index, bb->loop_depth);
fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count);
putc ('\n', outf);