aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2014-12-10 19:41:37 +0100
committerSegher Boessenkool <segher@gcc.gnu.org>2014-12-10 19:41:37 +0100
commit0ccf5264a3f8db08e7520f0a870189daeca2acf7 (patch)
tree5bc0aa8d1c27290696c8290fedb7cf5a3f928bd3 /gcc
parentf5ae5a23ac8380873d4159f7b5428669c8f7ad76 (diff)
downloadgcc-0ccf5264a3f8db08e7520f0a870189daeca2acf7.zip
gcc-0ccf5264a3f8db08e7520f0a870189daeca2acf7.tar.gz
gcc-0ccf5264a3f8db08e7520f0a870189daeca2acf7.tar.bz2
* config/rs6000/rs6000.md (*add<mode>3): Remove condition.
From-SVN: r218598
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 272a1ff..3c4be72 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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/440.md (ppc440-compare): Remove "compare".
config/rs6000/476.md (ppc476-compare): Remove "compare".
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 49086dc..c017842 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -1506,7 +1506,7 @@
[(set (match_operand:GPR 0 "gpc_reg_operand" "=r,r,r")
(plus:GPR (match_operand:GPR 1 "gpc_reg_operand" "%r,b,b")
(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
addi %0,%1,%2