summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-26 13:23:35 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-26 13:23:35 +0000
commite20ea85b2bb2d755dfd35912c7481bf3638fd51c (patch)
tree9d1ce987b6de5496a2df0ca0d2c2b72db2b2d75e /gcc/langhooks.h
parent77a3387dd148b81882d77ea3f6b995c1ebef7a32 (diff)
downloadgcc-e20ea85b2bb2d755dfd35912c7481bf3638fd51c.tar.gz
2012-04-26 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 186872 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@186874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index 15497225cbd..76b1fe26013 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -43,13 +43,6 @@ struct lang_hooks_for_tree_inlining
bool (*var_mod_type_p) (tree, tree);
};
-struct lang_hooks_for_callgraph
-{
- /* The node passed is a language-specific tree node. If its contents
- are relevant to use of other declarations, mark them. */
- tree (*analyze_expr) (tree *, int *);
-};
-
/* The following hooks are used by tree-dump.c. */
struct lang_hooks_for_tree_dump
@@ -407,8 +400,6 @@ struct lang_hooks
struct lang_hooks_for_tree_inlining tree_inlining;
- struct lang_hooks_for_callgraph callgraph;
-
struct lang_hooks_for_tree_dump tree_dump;
struct lang_hooks_for_decls decls;