aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-10-06 10:17:48 +0000
committerNick Clifton <nickc@gcc.gnu.org>2011-10-06 10:17:48 +0000
commit50000e860242d036402fce25ea56ddc4e6d209cf (patch)
tree2f3720063761a596dec3052c835bc89967c234cd
parent0147184e2b1bbbcf506dddcde7108136fc3fe13a (diff)
downloadgcc-50000e860242d036402fce25ea56ddc4e6d209cf.zip
gcc-50000e860242d036402fce25ea56ddc4e6d209cf.tar.gz
gcc-50000e860242d036402fce25ea56ddc4e6d209cf.tar.bz2
* config/rx/rx.md (smin3): Revert previous delta.
From-SVN: r179596
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rx/rx.md10
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 31b6af7..be15692 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md
index 708f944..a55b62f 100644
--- a/gcc/config/rx/rx.md
+++ b/gcc/config/rx/rx.md
@@ -1199,11 +1199,11 @@
(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")