This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [powerpc] fix movdf_hardfloat32 pattern
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Dec 2006 08:07:13 -0500
- Subject: Re: [powerpc] fix movdf_hardfloat32 pattern
* config/rs6000/rs6000.md (*movdf_hardfloat32): Use %X format to
determine if memory operand is an indexed address or not.
- output_asm_insn (\"{lx|lwzx} %L0,%1\", operands);
+ output_asm_insn (\"{l|lwz}%X1 %L0,%1\", operands);
The rest of the file places the %X inside the braces, e.g.,
{l%X1|lwz%X1}. Okay with that change.
Also, please use this address or my address listed in GCC files.
Thanks, David