Commit 5979aa54 by Jan Hubicka Committed by Jan Hubicka

* cgraph.c (cgraph_create_edge_1): Clear speculative flag.

From-SVN: r201646
parent ad83025e
2013-08-09 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_create_edge_1): Clear speculative flag.
2013-08-09 Xinliang David Li <davidxl@google.com>
* config/i386/stringop.def: New file.
......
......@@ -873,6 +873,7 @@ cgraph_create_edge_1 (struct cgraph_node *caller, struct cgraph_node *callee,
edge->indirect_info = NULL;
edge->indirect_inlining_edge = 0;
edge->speculative = false;
return edge;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment