re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)

PR middle-end/44324

From-SVN: r160033
This commit is contained in:
Jan Hubicka 2010-05-29 20:04:02 +02:00 committed by Jan Hubicka
parent 1be8f484da
commit eb598ce634
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-29 Jan Hubicka <jh@suse.cz>
PR middle-end/44324
* ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
2010-05-29 Richard Guenther <rguenther@suse.de>
* lto-streamer.c (cached_bp): New global variable.

View File

@ -1186,7 +1186,7 @@ ipcp_insert_stage (void)
new versioned node. */
node1 =
cgraph_create_virtual_clone (node, redirect_callers, replace_trees,
args_to_skip, "clone");
args_to_skip, "constprop");
args_to_skip = NULL;
VEC_free (cgraph_edge_p, heap, redirect_callers);
replace_trees = NULL;