X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fcgraph.h;h=016ce9de14c9b6437c623a8b0f9a31aed3419bd9;hb=0b2fe6d2460f813bb0193c6540f6a4a6ae9e92ae;hp=438cd1e6fae0f6ba7a6ef01244d67118072926ce;hpb=59dd48301d310463d3fffaf4c68d8df57fa20073;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 438cd1e6fae..016ce9de14c 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -459,7 +459,7 @@ struct cgraph_node *cgraph_function_versioning (struct cgraph_node *, bitmap); void tree_function_versioning (tree, tree, VEC (ipa_replace_map_p,gc)*, bool, bitmap); struct cgraph_node *save_inline_function_body (struct cgraph_node *); -void record_references_in_initializer (tree); +void record_references_in_initializer (tree, bool); bool cgraph_process_new_functions (void); bool cgraph_decide_is_function_needed (struct cgraph_node *, tree);