i386.md (*lea<mode>): Remove unneeded temporary.

* config/i386/i386.md (*lea<mode>): Remove unneeded temporary.

From-SVN: r192873
This commit is contained in:
Uros Bizjak 2012-10-27 11:27:54 +02:00 committed by Uros Bizjak
parent 6122d8f4db
commit 8cb9ba9abb
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2012-10-27 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*lea<mode>): Remove unneeded temporary.
2012-10-26 David S. Miller <davem@davemloft.net>
* config/sparc/constraints.md: Update unused letter list, move

View File

@ -5502,9 +5502,7 @@
(match_operand:SWI48 1 "lea_address_operand" "p"))]
""
{
rtx addr = operands[1];
if (SImode_address_operand (addr, VOIDmode))
if (SImode_address_operand (operands[1], VOIDmode))
{
gcc_assert (TARGET_64BIT);
return "lea{l}\t{%E1, %k0|%k0, %E1}";