Commit 0ccf5264 by Segher Boessenkool Committed by Segher Boessenkool

* config/rs6000/rs6000.md (*add<mode>3): Remove condition.

From-SVN: r218598
parent f5ae5a23
2014-12-10 Segher Boessenkool <segher@kernel.crashing.org> 2014-12-10 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.md (*add<mode>3): Remove condition.
2014-12-10 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/40x.md (ppc403-compare): Remove "compare". * config/rs6000/40x.md (ppc403-compare): Remove "compare".
config/rs6000/440.md (ppc440-compare): Remove "compare". config/rs6000/440.md (ppc440-compare): Remove "compare".
config/rs6000/476.md (ppc476-compare): Remove "compare". config/rs6000/476.md (ppc476-compare): Remove "compare".
...@@ -1506,7 +1506,7 @@ ...@@ -1506,7 +1506,7 @@
[(set (match_operand:GPR 0 "gpc_reg_operand" "=r,r,r") [(set (match_operand:GPR 0 "gpc_reg_operand" "=r,r,r")
(plus:GPR (match_operand:GPR 1 "gpc_reg_operand" "%r,b,b") (plus:GPR (match_operand:GPR 1 "gpc_reg_operand" "%r,b,b")
(match_operand:GPR 2 "add_operand" "r,I,L")))] (match_operand:GPR 2 "add_operand" "r,I,L")))]
"!DECIMAL_FLOAT_MODE_P (GET_MODE (operands[0])) && !DECIMAL_FLOAT_MODE_P (GET_MODE (operands[1]))" ""
"@ "@
add %0,%1,%2 add %0,%1,%2
addi %0,%1,%2 addi %0,%1,%2
......
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