summaryrefslogtreecommitdiff
path: root/gcc/config/rx/rx.md
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-27 13:03:47 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-27 13:03:47 +0000
commit9136feff6d5f6eeae8722abf162ff4ba6ca55551 (patch)
tree08e010ce98ccd23c4875e5539932bbf7b70fb245 /gcc/config/rx/rx.md
parent3ef23449da3010c846c29b78e00dc0ecd0bbbcda (diff)
downloadgcc-9136feff6d5f6eeae8722abf162ff4ba6ca55551.tar.gz
* config/rx/rx.md (comparesi3_extend): Remove = modifier from
input operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189014 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rx/rx.md')
-rw-r--r--gcc/config/rx/rx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md
index 26ae5ae1628..d6e748c41e7 100644
--- a/gcc/config/rx/rx.md
+++ b/gcc/config/rx/rx.md
@@ -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"