> On Fri, Jan 15, 2016 at 12:01 PM, Jan Hubicka wrote:
> > Hi,
> > this patch avoid ipa-icf to take away body of a virtual function which is a
> > subject
> > of later devirtualization.
>
> But isn't can_remove_if_no_direct_alls_p () supposed to return false
> then? (depending
> on cgraph state
On Fri, Jan 15, 2016 at 12:01 PM, Jan Hubicka wrote:
> Hi,
> this patch avoid ipa-icf to take away body of a virtual function which is a
> subject
> of later devirtualization.
But isn't can_remove_if_no_direct_alls_p () supposed to return false
then? (depending
on cgraph state)
Richard.
> Boo