mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
* reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
From-SVN: r51971
This commit is contained in:
parent
b1896e6103
commit
f1526122aa
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user