This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: obvious profile.c fix
> On Tue, May 21, 2002 at 10:54:53AM +0200, Jan Hubicka wrote:
> > mem_ref = validize_mem (gen_rtx_MEM (mode, tmp));
> >
> > + set_mem_alias_set (mem_ref, new_alias_set ());
>
> Seems to me you want to do it even earlier.
> Immediately after the gen_rtx_MEM.
Hmm, I see, other places does that in reverse. I think it should
be equivalent. Would be OK to change it again for consistency?
Honza
>
>
> r~