mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
e6fb44d878
commit
0ca06d0371
|
|
@ -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>
|
2014-10-04 Jan Hubicka <hubicka@ucw.cz>
|
||||||
|
|
||||||
* ipa-polymorphic-call.c (possible_placement_new): Fix condition
|
* ipa-polymorphic-call.c (possible_placement_new): Fix condition
|
||||||
|
|
|
||||||
|
|
@ -3253,7 +3253,6 @@ try_make_edge_direct_virtual_call (struct cgraph_edge *ie,
|
||||||
binfo);
|
binfo);
|
||||||
if (t)
|
if (t)
|
||||||
{
|
{
|
||||||
gcc_assert (!target || speculative || target == t);
|
|
||||||
target = t;
|
target = t;
|
||||||
speculative = false;
|
speculative = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue