aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cgraph.h')
-rw-r--r--gcc-4.9/gcc/cgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/cgraph.h b/gcc-4.9/gcc/cgraph.h
index ee32bcb6b..414c2c9d0 100644
--- a/gcc-4.9/gcc/cgraph.h
+++ b/gcc-4.9/gcc/cgraph.h
@@ -816,6 +816,7 @@ void cgraph_unnest_node (struct cgraph_node *);
enum availability cgraph_function_body_availability (struct cgraph_node *);
void cgraph_add_new_function (tree, bool);
+void cgraph_analyze_function (struct cgraph_node *);
const char* cgraph_inline_failed_string (cgraph_inline_failed_t);
cgraph_inline_failed_type_t cgraph_inline_failed_type (cgraph_inline_failed_t);