* config/rs6000/rs6000.md: Remove duplicate pattern.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 29 Oct 2003 23:31:54 +0000 (23:31 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 29 Oct 2003 23:31:54 +0000 (10:01 +1030)
From-SVN: r73068

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 7613d75eb3333d22a6935d212e879890e0d9355c..c71967e177603e96aa8618b9946f2783dbaf46de 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/rs6000/rs6000.md: Remove duplicate pattern.
+
 2003-10-29  Hans-Peter Nilsson  <hp@axis.com>
 
        * real.c (do_divide): Initialize result with a 0.
index ad7fdf0a8968b48bb9c0a801bc9993371fc522ab..57d569482fa06e0e3a26ea8c1bd4e9421c0fc4d7 100644 (file)
                    (const_int 0)))]
   "")
 
-(define_insn ""
-  [(set (match_operand:CC 3 "cc_reg_operand" "=x,?y")
-       (compare:CC
-        (leu:DI (match_operand:DI 1 "gpc_reg_operand" "r,r")
-                (match_operand:DI 2 "reg_or_short_operand" "rI,rI"))
-        (const_int 0)))
-   (set (match_operand:DI 0 "gpc_reg_operand" "=r,r")
-       (leu:DI (match_dup 1) (match_dup 2)))]
-  "TARGET_64BIT"
-  "@
-   subf%I2c %0,%1,%2\;li %0,0\;adde. %0,%0,%0
-   #"
-  [(set_attr "type" "compare")
-   (set_attr "length" "12,16")])
-
 (define_insn ""
   [(set (match_operand:SI 0 "gpc_reg_operand" "=&r")
        (plus:SI (leu:SI (match_operand:SI 1 "gpc_reg_operand" "r")