* calls.c (expand_call): emit_queue if we're trying a sibcall.

From-SVN: r33006
This commit is contained in:
Jason Merrill 2000-04-07 17:44:14 +00:00 committed by Jason Merrill
parent e8ff28b4bd
commit 1c81f9fe75
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-04-07 Jason Merrill <jason@casey.cygnus.com>
* calls.c (expand_call): emit_queue if we're trying a sibcall.
2000-04-07 Jakub Jelinek <jakub@redhat.com>
* config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.

View File

@ -2264,6 +2264,10 @@ expand_call (exp, target, ignore)
|| ! FUNCTION_OK_FOR_SIBCALL (fndecl))
continue;
/* Emit any queued insns now; otherwise they would end up in
only one of the alternates. */
emit_queue ();
/* We know at this point that there are not currently any
pending cleanups. If, however, in the process of evaluating
the arguments we were to create some, we'll need to be