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
This commit is contained in:
Jan Hubicka 2014-10-05 21:51:39 +02:00 committed by Jan Hubicka
parent e6fb44d878
commit 0ca06d0371
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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;
}