OSDN Git Service

* config/i386/i386.md (*fp_jcc_7_387): Use 'const0_operand' instead
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386.md
index 1795469..1abc191 100644 (file)
   [(set (pc)
        (if_then_else (match_operator 0 "comparison_operator"
                        [(match_operand 1 "register_operand" "f")
-                        (match_operand 2 "const_double_operand" "C")])
+                        (match_operand 2 "const0_operand" "X")])
          (label_ref (match_operand 3 "" ""))
          (pc)))
    (clobber (reg:CCFP FPSR_REG))
    (clobber (match_scratch:HI 4 "=a"))]
   "TARGET_80387
    && FLOAT_MODE_P (GET_MODE (operands[1]))
-   && operands[2] == CONST0_RTX (GET_MODE (operands[1]))
+   && GET_MODE (operands[1]) == GET_MODE (operands[2])
    && !ix86_use_fcomi_compare (GET_CODE (operands[0]))
    && SELECT_CC_MODE (GET_CODE (operands[0]),
                      operands[1], operands[2]) == CCFPmode