diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 09:54:20 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 09:54:20 +0000 |
commit | 82aa4bd59c787c7665697bc887912ae58f153204 (patch) | |
tree | cb23537d10ab4a9a66cb83603753157467408971 /gcc/calls.c | |
parent | 31266980975ce05c3f41e92e112f873c9cfa9a05 (diff) | |
download | gcc-82aa4bd59c787c7665697bc887912ae58f153204.tar.gz |
* 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
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index ccefb54992c..43966a6f8cb 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2488,8 +2488,6 @@ expand_call (tree exp, rtx target, int ignore) preferred_unit_stack_boundary = preferred_stack_boundary / BITS_PER_UNIT; - function_call_count++; - /* We want to make two insn chains; one for a sibling call, the other for a normal call. We will select one of the two chains after initial RTL generation is complete. */ |