Commit 50000e86 by Nick Clifton Committed by Nick Clifton

* config/rx/rx.md (smin3): Revert previous delta.

From-SVN: r179596
parent 0147184e
2011-10-06 Nick Clifton <nickc@redhat.com>
* config/rx/rx.md (smin3): Revert previous delta.
2011-10-06 Richard Guenther <rguenther@suse.de> 2011-10-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38884 PR tree-optimization/38884
...@@ -1199,11 +1199,11 @@ ...@@ -1199,11 +1199,11 @@
(set_attr "timings" "11,11,11,11,11,33")] (set_attr "timings" "11,11,11,11,11,33")]
) )
(define_insn "smin<int_modes:mode>3" (define_insn "sminsi3"
[(set (match_operand:int_modes 0 "register_operand" "=r,r,r,r,r,r") [(set (match_operand:SI 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") (smin:SI (match_operand:SI 1 "register_operand" "%0,0,0,0,0,0")
(match_operand:int_modes 2 "rx_source_operand" (match_operand:SI 2 "rx_source_operand"
"r,Sint08,Sint16,Sint24,i,Q")))] "r,Sint08,Sint16,Sint24,i,Q")))]
"" ""
"min\t%Q2, %0" "min\t%Q2, %0"
[(set_attr "length" "3,4,5,6,7,6") [(set_attr "length" "3,4,5,6,7,6")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment