This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]