aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/cgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/cgraph.h')
-rw-r--r--gcc-4.8/gcc/cgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/cgraph.h b/gcc-4.8/gcc/cgraph.h
index 5df7fb478..8ab7ae181 100644
--- a/gcc-4.8/gcc/cgraph.h
+++ b/gcc-4.8/gcc/cgraph.h
@@ -575,6 +575,7 @@ struct cgraph_indirect_call_info *cgraph_allocate_init_indirect_info (void);
struct cgraph_node * cgraph_create_node (tree);
struct cgraph_node * cgraph_create_empty_node (void);
struct cgraph_node * cgraph_get_create_node (tree);
+struct cgraph_node * cgraph_get_create_real_symbol_node (tree);
struct cgraph_node * cgraph_same_body_alias (struct cgraph_node *, tree, tree);
struct cgraph_node * cgraph_add_thunk (struct cgraph_node *, tree, tree, bool, HOST_WIDE_INT,
HOST_WIDE_INT, tree, tree);