From: hubicka Date: Sun, 5 Oct 2014 19:51:39 +0000 (+0000) Subject: * ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18299cf6901581d86dd18d4377878289e9b04334;p=thirdparty%2Fgcc.git * ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive sanity check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215907 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59223877fea0..d102553b9748 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-04 Jan Hubicka + + * ipa-prop.c (try_make_edge_direct_virtual_call): Remove overactive + sanity check. + 2014-10-04 Jan Hubicka * ipa-polymorphic-call.c (possible_placement_new): Fix condition diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 743ea805b6db..62db3277ed4c 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -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; }