mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 16:25:06 +08:00
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:
parent
c079e6feca
commit
0212907f54
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user