This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3 pending patches from last year
- From: Richard Henderson <rth at redhat dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 2 Mar 2007 09:28:01 -0800
- Subject: Re: 3 pending patches from last year
- References: <200702131718.37416.ebotcazou@adacore.com> <200702140819.02356.ebotcazou@adacore.com> <20070215155042.GA29138@redhat.com> <200703021300.50663.ebotcazou@adacore.com>
On Fri, Mar 02, 2007 at 01:00:50PM +0100, Eric Botcazou wrote:
> > Actually, looking closer it looks like we should just use
> > emit_insn_at_entry and only change the Alpha backend.
>
> Thanks for the tip, I didn't know this new function.
Neither did I until I went poking around. =)
> * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at
> the entry by means of emit_insn_at_entry.
Ok.
r~