aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-04-06 22:10:54 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-04-06 22:10:54 +0000
commitf1526122aa999c5b5bf05a20755ac300dcbff155 (patch)
treea4008cfb093847180bedf471f9d917bb7fedc3ee
parentb1896e61038b3c63b567393ba12ddaa99f6f4a43 (diff)
downloadgcc-f1526122aa999c5b5bf05a20755ac300dcbff155.zip
gcc-f1526122aa999c5b5bf05a20755ac300dcbff155.tar.gz
gcc-f1526122aa999c5b5bf05a20755ac300dcbff155.tar.bz2
* reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
From-SVN: r51971
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/reorg.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 548caa9..ec6ed80 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ PR middle-end/6180
+ * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
+
2002-04-06 Mark Mitchell <mark@codesourcery.com>
PR opt/5120
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 6fc73f1..984ec92 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -3686,10 +3686,6 @@ dbr_schedule (first, file)
/* It is not clear why the line below is needed, but it does seem to be. */
unfilled_firstobj = (rtx *) obstack_alloc (&unfilled_slots_obstack, 0);
- /* Reposition the prologue and epilogue notes in case we moved the
- prologue/epilogue insns. */
- reposition_prologue_and_epilogue_notes (first);
-
if (file)
{
int i, j, need_comma;