This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [cft] excise gen_mem_addressof from ia64
- From: Richard Henderson <rth at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, wilson at specifixinc dot com
- Date: Sat, 3 Jul 2004 20:04:08 -0700
- Subject: Re: [cft] excise gen_mem_addressof from ia64
- References: <20040702084952.GA5695@redhat.com>
On Fri, Jul 02, 2004 at 01:49:52AM -0700, Richard Henderson wrote:
> * config/ia64/ia64.c (spill_xfmode_operand): Use assign_stack_temp
> instead of gen_mem_addressof.
> * config/ia64/ia64.md (movxf): Use assign_stack_temp to handle
> TImode output register.
I've now run this through a test cycle and it passed. There may be
better ways to approach this, but for the moment this is in the way
of other queued patches. So I've committed it.
r~