aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-01 02:54:20 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-01 02:54:20 -0700
commitb79c52841bdf69b9788387c9d835d854de09dcb5 (patch)
treecb23537d10ab4a9a66cb83603753157467408971 /gcc/cfgexpand.c
parentede1a3872913df59f3a1f4299ec5f6c7706d3b7b (diff)
downloadgcc-b79c52841bdf69b9788387c9d835d854de09dcb5.zip
gcc-b79c52841bdf69b9788387c9d835d854de09dcb5.tar.gz
gcc-b79c52841bdf69b9788387c9d835d854de09dcb5.tar.bz2
function.h (struct function): Remove x_function_call_count.
* 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. From-SVN: r83966
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index 4227b98..ac76ca3 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -419,7 +419,7 @@ tree_expand_cfg (void)
expand_used_vars ();
/* Set up parameters and prepare for return, for the function. */
- expand_function_start (current_function_decl, 0);
+ expand_function_start (current_function_decl);
/* If this function is `main', emit a call to `__main'
to run global initializers, etc. */