Commit 18168b3f by Jan Hubicka Committed by Jan Hubicka

re PR middle-end/35149 (ICE: in expand_call_inline, at tree-inline.c:2653)


	PR middle-end/35149
	* ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.

From-SVN: r132337
parent 6f6b8f81
2008-02-15 Jan Hubicka <jh@suse.cz>
PR middle-end/35149
* ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
2008-02-15 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/34621
......
......@@ -192,6 +192,7 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file)
}
cgraph_node_remove_callees (node);
node->analyzed = false;
node->local.inlinable = false;
}
else
cgraph_remove_node (node);
......
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