Tested as usual, committing to trunk.

Segher


2017-11-03  Segher Boessenkool  <seg...@kernel.crashing.org>

        * config/rs6000/rs6000.md (move_from_CR_ov_bit): Change condition to
        TARGET_PAIRED_FLOAT.

---
 gcc/config/rs6000/rs6000.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index ff79f2d..2ef028f 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -12142,7 +12142,7 @@ (define_insn "move_from_CR_ov_bit"
   [(set (match_operand:SI 0 "gpc_reg_operand" "=r")
        (unspec:SI [(match_operand:CC 1 "cc_reg_operand" "y")]
                   UNSPEC_MV_CR_OV))]
-  "TARGET_ISEL"
+  "TARGET_PAIRED_FLOAT"
   "mfcr %0\;rlwinm %0,%0,%t1,1"
   [(set_attr "type" "mfcr")
    (set_attr "length" "8")])
-- 
1.8.3.1

Reply via email to