diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 4e2a4c17d9d..81eb10b5f3c 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -240,8 +240,11 @@ struct cgraph_local_info *cgraph_local_info (tree); struct cgraph_global_info *cgraph_global_info (tree); struct cgraph_rtl_info *cgraph_rtl_info (tree); const char * cgraph_node_name (struct cgraph_node *); -struct cgraph_edge * cgraph_clone_edge (struct cgraph_edge *, struct cgraph_node *, tree, int, int); -struct cgraph_node * cgraph_clone_node (struct cgraph_node *, gcov_type, int); +struct cgraph_edge * cgraph_clone_edge (struct cgraph_edge *, + struct cgraph_node *, + tree, int, int, bool); +struct cgraph_node * cgraph_clone_node (struct cgraph_node *, gcov_type, + int, bool); struct cgraph_varpool_node *cgraph_varpool_node (tree); struct cgraph_varpool_node *cgraph_varpool_node_for_asm (tree asmname); |