(expand_call): In inlining case, if BEFORE_CALLS is zero, start

looking at first insn.

From-SVN: r11699
This commit is contained in:
Richard Kenner 1996-04-11 09:04:53 -04:00
parent 43198be7c4
commit 4ee74e29af
1 changed files with 2 additions and 1 deletions

View File

@ -739,7 +739,8 @@ expand_call (exp, target, ignore)
if (stack_arg_under_construction || i >= 0) if (stack_arg_under_construction || i >= 0)
{ {
rtx insn = NEXT_INSN (before_call), seq; rtx insn = before_call ? NEXT_INSN (before_call) : get_insns ();
rtx seq;
/* Look for a call in the inline function code. /* Look for a call in the inline function code.
If OUTGOING_ARGS_SIZE (DECL_SAVED_INSNS (fndecl)) is If OUTGOING_ARGS_SIZE (DECL_SAVED_INSNS (fndecl)) is