* config/rx/rx.md (sminsi3): Remove bogus alternative.
authorNick Clifton <nickc@redhat.com>
Fri, 26 Feb 2010 15:32:27 +0000 (15:32 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 26 Feb 2010 15:32:27 +0000 (15:32 +0000)
From-SVN: r157091

gcc/ChangeLog
gcc/config/rx/rx.md

index 04c635c86c073bfb872c20e6308af074cf5dea97..08b7ab6f6d6f0bb6ddd47f4227e0c890d97e6f06 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-26  Nick Clifton  <nickc@redhat.com>
+
+       * config/rx/rx.md (sminsi3): Remove bogus alternative.
+
 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config.gcc: Support --with-fpmath=sse for x86.
index a2c1c7c67ed34dfc7e12e0d23496d39b7f6e5a64..03ca8f19b9afae1daef7af63dea459f8d06bf335 100644 (file)
 )
 
 (define_insn "sminsi3"
-  [(set (match_operand:SI          0 "register_operand" "=r,r,r,r,r,r,r")
-       (smin:SI (match_operand:SI 1 "register_operand" "%0,0,0,0,0,0,r")
+  [(set (match_operand:SI          0 "register_operand" "=r,r,r,r,r,r")
+       (smin:SI (match_operand:SI 1 "register_operand" "%0,0,0,0,0,0")
                 (match_operand:SI 2 "rx_source_operand"
-                                  "r,Sint08,Sint16,Sint24,i,Q,r")))]
+                                  "r,Sint08,Sint16,Sint24,i,Q")))]
   ""
   "@
   min\t%Q2, %0
   min\t%Q2, %0
   min\t%Q2, %0
   min\t%Q2, %0
-  min\t%Q2, %0
-  mov.l\t%1,%0\n\tmin\t%Q2, %0"
-  [(set_attr "length"  "3,4,5,6,7,6,5")
-   (set_attr "timings" "11,11,11,11,11,33,22")]
+  min\t%Q2, %0"
+  [(set_attr "length"  "3,4,5,6,7,6")
+   (set_attr "timings" "11,11,11,11,11,33")]
 )
 
 (define_insn "mulsi3"