* sched-ebb.c (schedule_ebb): Supply the correct starting
block number to save_line_notes.
From-SVN: r66588
+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.
if (write_symbols != NO_DEBUG)
{
- save_line_notes (0, head, tail);
+ save_line_notes (first_bb->index, head, tail);
rm_line_notes (head, tail);
}