aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-06 20:19:55 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-06 20:19:55 -0700
commit84936f6f88f198da47855b9d7d2ff0e7e904fbb4 (patch)
tree16bf999751c6268bceecc41792cd135703d74051 /gcc/langhooks.h
parent634330f5e36ad192af31ac8386d7706b51de2515 (diff)
downloadgcc-84936f6f88f198da47855b9d7d2ff0e7e904fbb4.zip
gcc-84936f6f88f198da47855b9d7d2ff0e7e904fbb4.tar.gz
gcc-84936f6f88f198da47855b9d7d2ff0e7e904fbb4.tar.bz2
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
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index ac785fe..fb36a14 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -427,10 +427,6 @@ struct lang_hooks
KNOWN_TYPE carries the true type of the OBJ_TYPE_REF_OBJECT. */
tree (*fold_obj_type_ref) (tree, tree);
- /* True if the front end has gimplified the function before running the
- inliner, false if the front end generates GENERIC directly. */
- bool gimple_before_inlining;
-
/* Whenever you add entries here, make sure you adjust langhooks-def.h
and langhooks.c accordingly. */
};