Commit 2c3de459 by Richard Sandiford Committed by Richard Sandiford

arm.md (movsi): Add braces.

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

From-SVN: r127201
parent 48075623
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));
}
"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment