]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR target/7042
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jun 2002 18:54:43 +0000 (18:54 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jun 2002 18:54:43 +0000 (18:54 +0000)
commit8464378ca1a9c82c11d7dcce35b396fd36fcdc99
treeda9fbd6b307a08f8f2e1193f8f41e1127e4d7848
parent9526c1821776482a1926e0a98cbe2ff42a73a6da
PR target/7042
* reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
early if current_function_epilogue_delay_list is non-empty.
* config/cris/cris.md ("return"): Add sanity check asserting that
current_function_epilogue_delay_list is empty.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54668 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/cris/cris.md
gcc/reorg.c