]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rx/rx.md (smin3): Revert previous delta.
authorNick Clifton <nickc@redhat.com>
Thu, 6 Oct 2011 10:17:48 +0000 (10:17 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 6 Oct 2011 10:17:48 +0000 (10:17 +0000)
From-SVN: r179596

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

index 31b6af7e2287074751a74ed7142e8b1755aae564..be15692b1e637860f0c877455a9edd2fd9f56071 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-06  Nick Clifton  <nickc@redhat.com>
+
+       * config/rx/rx.md (smin3): Revert previous delta.
+
 2011-10-06  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/38884
index 708f9444ca95b3b13657e90fc3476249d1363710..a55b62f8f57fa48604799691f4519a30484375a6 100644 (file)
    (set_attr "timings" "11,11,11,11,11,33")]
 )
 
-(define_insn "smin<int_modes:mode>3"
-  [(set (match_operand:int_modes                 0 "register_operand" "=r,r,r,r,r,r")
-       (smin:int_modes (match_operand:int_modes 1 "register_operand" "%0,0,0,0,0,0")
-                (match_operand:int_modes        2 "rx_source_operand"
-                                                "r,Sint08,Sint16,Sint24,i,Q")))]
+(define_insn "sminsi3"
+  [(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")))]
   ""
   "min\t%Q2, %0"
   [(set_attr "length"  "3,4,5,6,7,6")