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
This commit is contained in:
Richard Henderson 2003-05-07 17:18:48 -07:00 committed by Richard Henderson
parent c079e6feca
commit 0212907f54
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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);
}