aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-04-06 22:10:54 +0000
committerJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-04-06 22:10:54 +0000
commitb1afec945d88fddb7054f84406f5eb03469c7e58 (patch)
treea4008cfb093847180bedf471f9d917bb7fedc3ee /gcc/reorg.c
parent1b4814088c109f03042bda7e4fd13ff18d2742a3 (diff)
* reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51971 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 6fc73f1413b..984ec926aae 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;