Commit bf95bc65 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

cris.md ("return"): Remove epilogue delay list sanity check.

	* config/cris/cris.md ("return"): Remove epilogue delay list
	sanity check.

From-SVN: r95786
parent f92ba6d1
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment