diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 9530677..8c0c6c5 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 |