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:
H.J. Lu 2009-10-11 19:42:54 +00:00 committed by H.J. Lu
parent c47d1dbaeb
commit e1d4f419ea
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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: