* pa.c (hppa_expand_prologue): Remove blockage.
From-SVN: r66834
This commit is contained in:
parent
d1a795e127
commit
411f7850d7
2 changed files with 4 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa.c (hppa_expand_prologue): Remove blockage.
|
||||
|
||||
2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
|
||||
|
||||
* doc/bugreport.texi: Remove most of the bug reporting
|
||||
|
|
|
@ -3638,14 +3638,6 @@ hppa_expand_prologue ()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* FIXME: expand_call and expand_millicode_call need to be fixed to
|
||||
prevent insns with frame notes being scheduled in the delay slot
|
||||
of calls. This causes problems because the dwarf2 output code
|
||||
processes the insn list serially. For now, limit the migration
|
||||
of prologue insns with a blockage. */
|
||||
if (DO_FRAME_NOTES)
|
||||
emit_insn (gen_blockage ());
|
||||
}
|
||||
|
||||
/* Emit RTL to load REG from the memory location specified by BASE+DISP.
|
||||
|
|
Loading…
Add table
Reference in a new issue