obvious profile.c fix
Jan Hubicka
jh@suse.cz
Tue May 21 09:57:00 GMT 2002
> 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~
More information about the Gcc-patches
mailing list