arm.md (negdi2): Use DImode if forcing a value into a register.
2009-07-26 Mikael Pettersson <mikpe@it.uu.se> * arm.md (negdi2): Use DImode if forcing a value into a register. From-SVN: r150106
This commit is contained in:
parent
98b50196d1
commit
4b89636ea4
@ -1,3 +1,7 @@
|
||||
2009-07-26 Mikael Pettersson <mikpe@it.uu.se>
|
||||
|
||||
* arm.md (negdi2): Use DImode if forcing a value into a register.
|
||||
|
||||
2009-07-26 Ira Rosen <irar@il.ibm.com>
|
||||
|
||||
PR tree-optimization/40801
|
||||
|
@ -3507,7 +3507,7 @@
|
||||
if (TARGET_THUMB1)
|
||||
{
|
||||
if (GET_CODE (operands[1]) != REG)
|
||||
operands[1] = force_reg (SImode, operands[1]);
|
||||
operands[1] = force_reg (DImode, operands[1]);
|
||||
}
|
||||
"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user