mirror of git://gcc.gnu.org/git/gcc.git
* config/rx/rx.md (smin3): Revert previous delta.
From-SVN: r179596
This commit is contained in:
parent
0147184e2b
commit
50000e8602
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue