X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fcgraph.h;h=32942c65015b44c5080a27c691c38bdcb24a933f;hp=2841d25164d3e9ca1569bd1ec20935b3cdc5d179;hb=b1f1685f43b6ae313714ac79adc1738b4cdbde1b;hpb=c91dfc830a35947a012716256f568429021f26f1 diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 2841d25164d..32942c65015 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -157,6 +157,8 @@ struct GTY(()) ipa_replace_map tree old_tree; /* The new (replacing) tree. */ tree new_tree; + /* Parameter number to replace, when old_tree is NULL. */ + int parm_num; /* True when a substitution should be done, false otherwise. */ bool replace_p; /* True when we replace a reference to old_tree. */ @@ -634,7 +636,6 @@ struct cgraph_2node_hook_list *cgraph_add_node_duplication_hook (cgraph_2node_ho void cgraph_remove_node_duplication_hook (struct cgraph_2node_hook_list *); void cgraph_materialize_all_clones (void); gimple cgraph_redirect_edge_call_stmt_to_callee (struct cgraph_edge *); -bool cgraph_propagate_frequency (struct cgraph_node *node); /* In cgraphbuild.c */ unsigned int rebuild_cgraph_edges (void); void cgraph_rebuild_references (void);