Fix typo in smin/smax of floating point.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 2 Feb 1995 17:17:47 +0000 (17:17 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 2 Feb 1995 17:17:47 +0000 (17:17 +0000)
From-SVN: r8853

gcc/config/rs6000/rs6000.md

index 4c901cb59b3aee53b9ec3f30d31d2c644ae151c6..558a5764d79302cc636e0b6d9cbda2a765c6a3b7 100644 (file)
   "TARGET_PPC_GFXOPT"
   [(set (match_dup 3)
        (minus:SF (match_dup 1) (match_dup 2)))
-   (set (match_operand:SF 0 "gpc_reg_operand" "")
+   (set (match_dup 0)
        (if_then_else:SF (ge (match_dup 3)
                             (const_int 0))
                         (match_dup 1)
   "TARGET_PPC_GFXOPT"
   [(set (match_dup 3)
        (minus:SF (match_dup 2) (match_dup 1)))
-   (set (match_operand:SF 0 "gpc_reg_operand" "")
+   (set (match_dup 0)
        (if_then_else:SF (ge (match_dup 3)
                             (const_int 0))
                         (match_dup 1)
   "TARGET_PPC_GFXOPT"
   [(set (match_dup 3)
        (minus:DF (match_dup 1) (match_dup 2)))
-   (set (match_operand:DF 0 "gpc_reg_operand" "")
+   (set (match_dup 0)
        (if_then_else:DF (ge (match_dup 3)
                             (const_int 0))
                         (match_dup 1)
   "TARGET_PPC_GFXOPT"
   [(set (match_dup 3)
        (minus:DF (match_dup 2) (match_dup 1)))
-   (set (match_operand:DF 0 "gpc_reg_operand" "")
+   (set (match_dup 0)
        (if_then_else:DF (ge (match_dup 3)
                             (const_int 0))
                         (match_dup 1)