]> gcc.gnu.org Git - gcc.git/commit - gcc/tree.h
function.h (struct function): Remove x_function_call_count.
authorRichard Henderson <rth@redhat.com>
Thu, 1 Jul 2004 09:54:20 +0000 (02:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Jul 2004 09:54:20 +0000 (02:54 -0700)
commitb79c52841bdf69b9788387c9d835d854de09dcb5
treecb23537d10ab4a9a66cb83603753157467408971
parentede1a3872913df59f3a1f4299ec5f6c7706d3b7b
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
gcc/ChangeLog
gcc/calls.c
gcc/cfgexpand.c
gcc/function.c
gcc/function.h
gcc/integrate.c
gcc/stmt.c
gcc/tree.h
This page took 0.05871 seconds and 5 git commands to generate.