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:
Nick Clifton 2012-06-27 13:03:47 +00:00 committed by Nick Clifton
parent 195b4c507f
commit 4b3650e36c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"