mirror of git://gcc.gnu.org/git/gcc.git
arm.md (movsi): Add braces.
gcc/ * config/arm/arm.md (movsi): Add braces. From-SVN: r127201
This commit is contained in:
parent
4807562387
commit
2c3de459b6
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-08-04 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
|
* config/arm/arm.md (movsi): Add braces.
|
||||||
|
|
||||||
2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||||
|
|
||||||
PR middle-end/32780
|
PR middle-end/32780
|
||||||
|
|
|
||||||
|
|
@ -4655,6 +4655,7 @@
|
||||||
(match_operand:SI 1 "general_operand" ""))]
|
(match_operand:SI 1 "general_operand" ""))]
|
||||||
"TARGET_EITHER"
|
"TARGET_EITHER"
|
||||||
"
|
"
|
||||||
|
{
|
||||||
rtx base, offset, tmp;
|
rtx base, offset, tmp;
|
||||||
|
|
||||||
if (TARGET_32BIT)
|
if (TARGET_32BIT)
|
||||||
|
|
@ -4728,6 +4729,7 @@
|
||||||
(!can_create_pseudo_p ()
|
(!can_create_pseudo_p ()
|
||||||
? operands[0]
|
? operands[0]
|
||||||
: 0));
|
: 0));
|
||||||
|
}
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue