On Tue, Apr 22, 2025 at 12:11 AM Martin Jambor wrote:
>
> Hi,
>
> On Thu, Apr 17 2025, Andrew Pinski wrote:
> > Here we had:
> > node = node;
> > Which does nothing so let's remove it.
> >
> > gcc/ChangeLog:
> >
> > * ipa-icf.cc (sem_function::init): Remove assignment of node from
> > its
Hi,
On Thu, Apr 17 2025, Andrew Pinski wrote:
> Here we had:
> node = node;
> Which does nothing so let's remove it.
>
> gcc/ChangeLog:
>
> * ipa-icf.cc (sem_function::init): Remove assignment of node from
> itself.
I'm not sure if you meant to push this as obvious or whether you were
lo