re PR target/41665 (Typo in addsi_1_zext?)
2009-10-11 H.J. Lu <hongjiu.lu@intel.com> PR target/41665 * config/i386/i386.md (addsi_1_zext): Get the proper second operand for lea. From-SVN: r152647
This commit is contained in:
parent
c47d1dbaeb
commit
e1d4f419ea
@ -1,3 +1,9 @@
|
||||
2009-10-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/41665
|
||||
* config/i386/i386.md (addsi_1_zext): Get the proper second
|
||||
operand for lea.
|
||||
|
||||
2009-10-11 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* simplify-rtx.c (simplify_replace_rtx): Use rtx_equal_p for
|
||||
|
@ -6305,7 +6305,7 @@
|
||||
switch (get_attr_type (insn))
|
||||
{
|
||||
case TYPE_LEA:
|
||||
operands[2] = SET_SRC (XVECEXP (PATTERN (insn), 0, 0));
|
||||
operands[2] = XEXP (SET_SRC (XVECEXP (PATTERN (insn), 0, 0)), 0);
|
||||
return "lea{l}\t{%a2, %k0|%k0, %a2}";
|
||||
|
||||
case TYPE_INCDEC:
|
||||
|
Loading…
x
Reference in New Issue
Block a user