diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-16 18:54:43 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-16 18:54:43 +0000 |
commit | 8464378ca1a9c82c11d7dcce35b396fd36fcdc99 (patch) | |
tree | da9fbd6b307a08f8f2e1193f8f41e1127e4d7848 /gcc/ChangeLog | |
parent | 9526c1821776482a1926e0a98cbe2ff42a73a6da (diff) | |
download | gcc-8464378ca1a9c82c11d7dcce35b396fd36fcdc99.tar.gz |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e648f376895..eaa6d067c81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-06-16 Hans-Peter Nilsson <hp@axis.com> + + 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. + 2002-06-16 Jeff Law <law@redhat.com> * toplev.c (rest_of_compilation): Perform a simpler, less costly |