From: Richard Kenner Date: Wed, 8 Mar 1995 22:29:43 +0000 (-0500) Subject: (initialize_for_inline, output_inline_function): Handle FORCED_LABELS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b0e2c7ddcb7533c04d81397560fbd7c03113437;p=gcc.git (initialize_for_inline, output_inline_function): Handle FORCED_LABELS. From-SVN: r9136 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index 01ab5ea75c7..93a76839d8d 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -324,7 +324,7 @@ initialize_for_inline (fndecl, min_labelno, max_labelno, max_reg, copy) max_parm_reg, max_reg, current_function_args_size, current_function_pops_args, - stack_slot_list, function_flags, + stack_slot_list, forced_labels, function_flags, current_function_outgoing_args_size, arg_vector, (rtx) DECL_INITIAL (fndecl)); } @@ -3011,6 +3011,7 @@ output_inline_function (fndecl) restore_reg_data (FIRST_PARM_INSN (head)); stack_slot_list = STACK_SLOT_LIST (head); + forced_labels = FORCED_LABELS (head); if (FUNCTION_FLAGS (head) & FUNCTION_FLAGS_CALLS_ALLOCA) current_function_calls_alloca = 1;