Commit 0ca06d03 by Jan Hubicka Committed by Jan Hubicka

ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive sanity check.

	* ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive
	sanity check.

From-SVN: r215907
parent e6fb44d8
2014-10-04 Jan Hubicka <hubicka@ucw.cz>
* ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive
sanity check.
2014-10-04 Jan Hubicka <hubicka@ucw.cz>
* ipa-polymorphic-call.c (possible_placement_new): Fix condition
on size.
(ipa_polymorphic_call_context::restrict_to_inner_type): Do not walk
......@@ -3253,7 +3253,6 @@ try_make_edge_direct_virtual_call (struct cgraph_edge *ie,
binfo);
if (t)
{
gcc_assert (!target || speculative || target == t);
target = t;
speculative = false;
}
......
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