aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2012-04-22 01:59:25 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2012-04-21 23:59:25 +0000
commit7ca8f4865287b413a702608a7e40380e599df8d9 (patch)
treeb14ae5952a223b6eca47cc438390ee318e018c26 /gcc/cp/cp-objcp-common.h
parent9e412ca3ebe589537430ce89c4342ca08f251d69 (diff)
downloadgcc-7ca8f4865287b413a702608a7e40380e599df8d9.zip
gcc-7ca8f4865287b413a702608a7e40380e599df8d9.tar.gz
gcc-7ca8f4865287b413a702608a7e40380e599df8d9.tar.bz2
method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.
* method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED. * decl2.c (mark_needed): Likewise. (decl_needed_p): Do not test TREE_SYMBOL_REFERENCED. * decl2.c (cxx_callgraph_analyze_expr): Remove. * cp-objcp-common.h (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove. * cp-tree.h (cxx_callgraph_analyze_expr): Remove. From-SVN: r186658
Diffstat (limited to 'gcc/cp/cp-objcp-common.h')
-rw-r--r--gcc/cp/cp-objcp-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/cp-objcp-common.h b/gcc/cp/cp-objcp-common.h
index c668ad8..06cc796 100644
--- a/gcc/cp/cp-objcp-common.h
+++ b/gcc/cp/cp-objcp-common.h
@@ -110,9 +110,6 @@ extern void cp_common_init_ts (void);
#undef LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN
#define LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN cp_type_quals
-#undef LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR
-#define LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR cxx_callgraph_analyze_expr
-
#undef LANG_HOOKS_MAKE_TYPE
#define LANG_HOOKS_MAKE_TYPE cxx_make_type
#undef LANG_HOOKS_TYPE_FOR_MODE