langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.
authorRichard Henderson <rth@redhat.com>
Wed, 7 Jul 2004 03:19:55 +0000 (20:19 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 7 Jul 2004 03:19:55 +0000 (20:19 -0700)
commit84936f6f88f198da47855b9d7d2ff0e7e904fbb4
tree16bf999751c6268bceecc41792cd135703d74051
parent634330f5e36ad192af31ac8386d7706b51de2515
langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.

        * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.
        * langhooks.h (struct lang_hooks): Remove gimple_before_inlining.
        * tree-inline.c (copy_body_r, setup_one_parameter,
        initialize_inlined_parameters, expand_call_inline,
        declare_inline_vars): Don't check it.
        (expand_calls_inline): Remove old version, rename new version
        from gimple_expand_calls_inline.
        * tree-optimize.c (execute_gimple): Remove.
        (pass_gimple): Don't run anything.

From-SVN: r84190
gcc/ChangeLog
gcc/langhooks-def.h
gcc/langhooks.h
gcc/tree-inline.c
gcc/tree-optimize.c