aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Eager <eager@gcc.gnu.org>2009-04-15 19:34:48 +0000
committerMichael Eager <eager@gcc.gnu.org>2009-04-15 19:34:48 +0000
commite0f56f41e3662b66fbe1c5bf1c39367aa92318d5 (patch)
treea9fc586726c4ed3324d972441438bcab542aa100
parent041d7a2796d57d61a45c0a2e325ba626d578ab3f (diff)
downloadgcc-e0f56f41e3662b66fbe1c5bf1c39367aa92318d5.zip
gcc-e0f56f41e3662b66fbe1c5bf1c39367aa92318d5.tar.gz
gcc-e0f56f41e3662b66fbe1c5bf1c39367aa92318d5.tar.bz2
Add parens around expression.
From-SVN: r146133
-rw-r--r--gcc/config/rs6000/rs6000.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 3195b67..cb7c404 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -8144,7 +8144,7 @@
[(set (match_operand:SI 0 "rs6000_nonimmediate_operand" "=r,r,r,m,r,r,r,r,r,*q,*c*l,*h,*h")
(match_operand:SI 1 "input_operand" "r,U,m,r,I,L,n,R,*h,r,r,r,0"))]
"!TARGET_SINGLE_FPU &&
- gpc_reg_operand (operands[0], SImode) || gpc_reg_operand (operands[1], SImode)"
+ (gpc_reg_operand (operands[0], SImode) || gpc_reg_operand (operands[1], SImode))"
"@
mr %0,%1
{cal|la} %0,%a1
@@ -8166,7 +8166,7 @@
[(set (match_operand:SI 0 "rs6000_nonimmediate_operand" "=r,r,r,m,r,r,r,r,r,*q,*c*l,*h,*h,m,*f")
(match_operand:SI 1 "input_operand" "r,U,m,r,I,L,n,R,*h,r,r,r,0,f,m"))]
"TARGET_SINGLE_FPU &&
- gpc_reg_operand (operands[0], SImode) || gpc_reg_operand (operands[1], SImode)"
+ (gpc_reg_operand (operands[0], SImode) || gpc_reg_operand (operands[1], SImode))"
"@
mr %0,%1
{cal|la} %0,%a1