cris.md ("return"): Remove epilogue delay list sanity check.
* config/cris/cris.md ("return"): Remove epilogue delay list sanity check. From-SVN: r95786
This commit is contained in:
parent
f92ba6d110
commit
bf95bc65e0
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-02 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/cris/cris.md ("return"): Remove epilogue delay list
|
||||
sanity check.
|
||||
|
||||
2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* config/arm/linux-elf.h (ARM_FUNCTION_PROFILER): Do not use (PLT)
|
||||
|
|
|
@ -3397,11 +3397,6 @@
|
|||
/* Just needs to hold a 'movem [sp+],rN'. */
|
||||
char rd[sizeof (\"movem [$sp+],$r99\")];
|
||||
|
||||
/* Try to avoid reorg.c surprises; avoid emitting invalid code, prefer
|
||||
crashing. This test would have avoided invalid code for target/7042. */
|
||||
if (current_function_epilogue_delay_list != NULL)
|
||||
abort ();
|
||||
|
||||
*rd = 0;
|
||||
|
||||
/* Start from the last call-saved register. We know that we have a
|
||||
|
|
Loading…
Add table
Reference in a new issue