This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: obvious profile.c fix
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, gcc-pdo at atrey dot karlin dot mff dot cuni dot cz
- Date: Tue, 21 May 2002 03:11:46 -0700
- Subject: Re: obvious profile.c fix
- References: <20020521085453.GG9336@atrey.karlin.mff.cuni.cz>
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.
r~