("cmpsf" & "cmpdf"): Undo inadvertent change included with CCEVENmode change.
authorJohn Hassey <hassey@gnu.org>
Tue, 9 Nov 1993 17:55:51 +0000 (17:55 +0000)
committerJohn Hassey <hassey@gnu.org>
Tue, 9 Nov 1993 17:55:51 +0000 (17:55 +0000)
From-SVN: r6043

gcc/config/m88k/m88k.md

index 96ea3bcd3571249c702d19024a0acced24984a3b..08510547f467102e64b9ce82f0f08fee03b60ea0 100644 (file)
 (define_expand "cmpsf"
   [(set (match_dup 2)
        (compare:CC (match_operand:SF 0 "register_operand" "")
-                   (match_operand:SF 1 "register_operand" "")))
-  (use (reg:SI 65))
-  (clobber (reg:SI 64))]
+                   (match_operand:SF 1 "register_operand" "")))]
   ""
   "operands[2] = m88k_compare_reg = gen_reg_rtx (CCmode);")
 
 (define_expand "cmpdf"
   [(set (match_dup 2)
        (compare:CC (match_operand:DF 0 "general_operand" "")
-                   (match_operand:DF 1 "general_operand" "")))
-  (use (reg:SI 65))
-  (clobber (reg:SI 64))]
+                   (match_operand:DF 1 "general_operand" "")))]
   ""
   "
 {