From: Richard Earnshaw Date: Mon, 17 Jun 2002 08:42:00 +0000 (+0000) Subject: function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0af5c89673cef3f0cc10076491000e83ac28b4b3;p=gcc.git function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue. * function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue. From-SVN: r54702 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4c574dc996..0fb38c6c22d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-17 Richard Earnshaw (rearnsha@arm.com) + + * function.c (epilogue_done): Correctly build a sequence of insns for + a sibcall epilogue. + 2002-06-17 Nick Clifton * config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with diff --git a/gcc/function.c b/gcc/function.c index 95306777038..8c0c6c58549 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -7747,7 +7747,8 @@ epilogue_done: continue; start_sequence (); - seq = gen_sibcall_epilogue (); + emit_insn (gen_sibcall_epilogue ()); + seq = get_insns (); end_sequence (); /* Retain a map of the epilogue insns. Used in life analysis to