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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/cgraph.h b/gcc-4.9/gcc/cgraph.h
index 59d9ce668..15310d888 100644
--- a/gcc-4.9/gcc/cgraph.h
+++ b/gcc-4.9/gcc/cgraph.h
@@ -890,7 +890,7 @@ struct cgraph_edge * cgraph_clone_edge (struct cgraph_edge *,
unsigned, gcov_type, int, bool);
struct cgraph_node * cgraph_clone_node (struct cgraph_node *, tree, gcov_type,
int, bool, vec<cgraph_edge_p>,
- bool, struct cgraph_node *);
+ bool, struct cgraph_node *, bitmap);
tree clone_function_name (tree decl, const char *);
struct cgraph_node * cgraph_create_virtual_clone (struct cgraph_node *old_node,
vec<cgraph_edge_p>,