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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
PR middle-end/32780
|
||||
|
|
|
@ -4655,6 +4655,7 @@
|
|||
(match_operand:SI 1 "general_operand" ""))]
|
||||
"TARGET_EITHER"
|
||||
"
|
||||
{
|
||||
rtx base, offset, tmp;
|
||||
|
||||
if (TARGET_32BIT)
|
||||
|
@ -4728,6 +4729,7 @@
|
|||
(!can_create_pseudo_p ()
|
||||
? operands[0]
|
||||
: 0));
|
||||
}
|
||||
"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue