Commit f9fd305b by Martin Jambor Committed by Martin Jambor

re PR middle-end/48585 (483.xalancbmk in SPEC CPU 2006 failed to build)

2011-04-22  Martin Jambor  <mjambor@suse.cz>

	PR middle-end/48585
	* tree-inline.c (copy_bb): Create new edges only for analyzed
	nodes.

From-SVN: r172858
parent 49819fef
2011-04-22 Martin Jambor <mjambor@suse.cz>
PR middle-end/48585
* tree-inline.c (copy_bb): Create new edges only for analyzed
nodes.
2011-04-22 Alexander Monakov <amonakov@ispras.ru>
PR c/36750
......
......@@ -1725,6 +1725,7 @@ copy_bb (copy_body_data *id, basic_block bb, int frequency_scale,
if ((!edge
|| (edge->indirect_inlining_edge
&& id->transform_call_graph_edges == CB_CGE_MOVE_CLONES))
&& id->dst_node->analyzed
&& (fn = gimple_call_fndecl (stmt)) != NULL)
{
struct cgraph_node *dest = cgraph_get_node (fn);
......
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