Commit 0212907f by Richard Henderson Committed by Richard Henderson

sched-ebb.c (schedule_ebb): Supply the correct starting block number to save_line_notes.

        * sched-ebb.c (schedule_ebb): Supply the correct starting
        block number to save_line_notes.

From-SVN: r66588
parent c079e6fe
2003-05-07 Richard Henderson <rth@redhat.com>
* sched-ebb.c (schedule_ebb): Supply the correct starting
block number to save_line_notes.
2003-05-07 Richard Henderson <rth@redhat.com>
* toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
(dump_file): Likewise.
......
......@@ -514,7 +514,7 @@ schedule_ebb (head, tail)
if (write_symbols != NO_DEBUG)
{
save_line_notes (0, head, tail);
save_line_notes (first_bb->index, head, tail);
rm_line_notes (head, tail);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment