]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Sat, 6 Apr 2002 22:10:54 +0000 (22:10 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Apr 2002 22:10:54 +0000 (22:10 +0000)
From-SVN: r51971

gcc/ChangeLog
gcc/reorg.c

index 548caa9c81f78bb43b9c3b7228cdf82e80d1f854..ec6ed8025cf5ac3ef24bb11d0a9b6fbf11a87802 100644 (file)
@@ -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
index 6fc73f1413b7f927446f55f02f52f77b41a179b5..984ec926aaea31cc4d23fc092c9821201801774d 100644 (file)
@@ -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;