From ff1e982113fddef5be552aeead54fc53df0832b0 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 4 May 1992 01:33:42 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r876 --- gcc/calls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/calls.c b/gcc/calls.c index 963da43aa84..90a4f670ee9 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -323,8 +323,6 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg, if (is_const) CONST_CALL_P (call_insn) = 1; - inhibit_defer_pop = old_inhibit_defer_pop; - #ifndef ACCUMULATE_OUTGOING_ARGS /* If returning from the subroutine does not automatically pop the args, we need an instruction to pop them sooner or later. @@ -349,6 +347,8 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg, adjust_stack (stack_size_rtx); } #endif + + inhibit_defer_pop = old_inhibit_defer_pop; } /* Generate all the code for a function call -- 2.30.2