arm.md (movsi): Add braces.

gcc/
	* config/arm/arm.md (movsi): Add braces.

From-SVN: r127201
This commit is contained in:
Richard Sandiford 2007-08-04 07:10:57 +00:00 committed by Richard Sandiford
parent 4807562387
commit 2c3de459b6
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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));
}
"
)