summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-08 00:18:48 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-08 00:18:48 +0000
commit1a2a8a45af85bcfb4810c8489c5475976fb950cb (patch)
tree9c94a42e7d79167c4b3ab5a52fc3037bed133b7c
parent9467ef1424f46c9904fa1c49ada50c2766126029 (diff)
downloadppe42-gcc-1a2a8a45af85bcfb4810c8489c5475976fb950cb.tar.gz
ppe42-gcc-1a2a8a45af85bcfb4810c8489c5475976fb950cb.zip
* sched-ebb.c (schedule_ebb): Supply the correct starting
block number to save_line_notes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66588 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/sched-ebb.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 517854ac5aa..e61e92e5f4b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c
index ebf09829e68..890a816663b 100644
--- a/gcc/sched-ebb.c
+++ b/gcc/sched-ebb.c
@@ -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);
}
OpenPOWER on IntegriCloud