aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2007-08-24 09:44:04 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2007-08-24 09:44:04 +0000
commit18177c7e9bbdda7316b5a5fbb54737ba48757260 (patch)
tree5270dcc8ebfd36c501d57a40ccebba1e3b65b19e /gcc/langhooks.h
parent9c219b9bb34eafa7d9f42e3ffc5e73f77e397a75 (diff)
downloadgcc-18177c7e9bbdda7316b5a5fbb54737ba48757260.zip
gcc-18177c7e9bbdda7316b5a5fbb54737ba48757260.tar.gz
gcc-18177c7e9bbdda7316b5a5fbb54737ba48757260.tar.bz2
Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.
2007-08-24 Richard Guenther <rguenther@suse.de> * Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies. * c-objc-common.c (c_cannot_inline_tree_fn): Remove. * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Likewise. * tree-inline.c (inlinable_function_p): Fold in common parts of the cannot_inline_tree_fn langhook. * langhooks-def.h (lhd_tree_inlining_cannot_inline_tree_fn): Remove. (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Likewise. (LANG_HOOKS_TREE_INLINING_INITIALIZER): Remove initializer for cannot_inline_tree_fn langhook. * langhooks.h (struct lang_hooks_for_tree_inlining): Remove cannot_inline_tree_fn member. cp/ * tree.c (cp_cannot_inline_tree_fn): Remove. * cp-tree.h (cp_cannot_inline_tree_fn): Likewise. * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove define. From-SVN: r127763
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index a25371c..338e931 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -35,7 +35,6 @@ typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
struct lang_hooks_for_tree_inlining
{
- int (*cannot_inline_tree_fn) (tree *);
bool (*var_mod_type_p) (tree, tree);
};