i386.md (*lea<mode>): Remove unneeded temporary.
* config/i386/i386.md (*lea<mode>): Remove unneeded temporary. From-SVN: r192873
This commit is contained in:
parent
6122d8f4db
commit
8cb9ba9abb
@ -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
|
||||
|
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user