mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:31:11 +08:00
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>
|
||||
|
||||
* ipa-polymorphic-call.c (possible_placement_new): Fix condition
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user