From 82aa4bd59c787c7665697bc887912ae58f153204 Mon Sep 17 00:00:00 2001 From: rth Date: Thu, 1 Jul 2004 09:54:20 +0000 Subject: * function.h (struct function): Remove x_function_call_count. (function_call_count): Remove. * calls.c (expand_call): Don't set it. * integrate.c (copy_rtx_and_substitute): Likewise. * function.h (struct function): Remove x_cleanup_label. (cleanup_label): Remove. * stmt.c (expand_value_return): Don't use it. * function.c (free_after_compilation): Don't set it. (expand_function_start): Likewise. Remove parms_have_cleanups arg. * cfgexpand.c (tree_expand_cfg): Update call. * tree.h (expand_function_start): Update decl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83966 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stmt.c') diff --git a/gcc/stmt.c b/gcc/stmt.c index 5c8a6e8af9c..affeb9d5b0a 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -2601,7 +2601,7 @@ expand_value_return (rtx val) static void expand_null_return_1 (rtx last_insn) { - rtx end_label = cleanup_label ? cleanup_label : return_label; + rtx end_label = return_label; clear_pending_stack_adjust (); do_pending_stack_adjust (); -- cgit v1.2.1