mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
rx.md (comparesi3_extend): Remove = modifier from input operand.
* config/rx/rx.md (comparesi3_extend): Remove = modifier from input operand. From-SVN: r189014
This commit is contained in:
parent
195b4c507f
commit
4b3650e36c
@ -1,3 +1,8 @@
|
||||
2012-06-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/rx/rx.md (comparesi3_extend): Remove = modifier from
|
||||
input operand.
|
||||
|
||||
2012-06-27 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/53676
|
||||
|
@ -1868,7 +1868,7 @@
|
||||
|
||||
(define_insn "comparesi3_<extend_types:code><small_int_modes:mode>"
|
||||
[(set (reg:CC CC_REG)
|
||||
(compare:CC (match_operand:SI 0 "register_operand" "=r")
|
||||
(compare:CC (match_operand:SI 0 "register_operand" "r")
|
||||
(extend_types:SI (match_operand:small_int_modes 1 "rx_restricted_mem_operand" "Q"))))]
|
||||
"(optimize < 3 || optimize_size)"
|
||||
"cmp\t%<extend_types:letter>1, %0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user