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
This commit is contained in:
parent
845b1456d5
commit
0af5c89673
@ -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 <nickc@cambridge.redhat.com>
|
2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
|
* config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
|
||||||
|
@ -7747,7 +7747,8 @@ epilogue_done:
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
start_sequence ();
|
start_sequence ();
|
||||||
seq = gen_sibcall_epilogue ();
|
emit_insn (gen_sibcall_epilogue ());
|
||||||
|
seq = get_insns ();
|
||||||
end_sequence ();
|
end_sequence ();
|
||||||
|
|
||||||
/* Retain a map of the epilogue insns. Used in life analysis to
|
/* Retain a map of the epilogue insns. Used in life analysis to
|
||||||
|
Loading…
Reference in New Issue
Block a user