Commit e0f56f41 by Michael Eager

Add parens around expression.

From-SVN: r146133
parent 041d7a27
...@@ -8144,7 +8144,7 @@ ...@@ -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") [(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"))] (match_operand:SI 1 "input_operand" "r,U,m,r,I,L,n,R,*h,r,r,r,0"))]
"!TARGET_SINGLE_FPU && "!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 mr %0,%1
{cal|la} %0,%a1 {cal|la} %0,%a1
...@@ -8166,7 +8166,7 @@ ...@@ -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") [(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"))] (match_operand:SI 1 "input_operand" "r,U,m,r,I,L,n,R,*h,r,r,r,0,f,m"))]
"TARGET_SINGLE_FPU && "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 mr %0,%1
{cal|la} %0,%a1 {cal|la} %0,%a1
......
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