diff options
author | Richard Henderson <rth@redhat.com> | 2004-07-01 02:54:20 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-07-01 02:54:20 -0700 |
commit | b79c52841bdf69b9788387c9d835d854de09dcb5 (patch) | |
tree | cb23537d10ab4a9a66cb83603753157467408971 /gcc/tree.h | |
parent | ede1a3872913df59f3a1f4299ec5f6c7706d3b7b (diff) | |
download | gcc-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/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3477,7 +3477,7 @@ extern void type_hash_add (unsigned int, tree); extern int simple_cst_list_equal (tree, tree); extern void dump_tree_statistics (void); extern void expand_function_end (void); -extern void expand_function_start (tree, int); +extern void expand_function_start (tree); extern void expand_pending_sizes (tree); extern void recompute_tree_invarant_for_addr_expr (tree); extern bool needs_to_live_in_memory (tree); |