* config/rx/rx.md (comparesi3_extend): Remove = modifier from
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2012 13:03:47 +0000 (13:03 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2012 13:03:47 +0000 (13:03 +0000)
input operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189014 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rx/rx.md

index 82309f8..87cc23b 100644 (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
index 26ae5ae..d6e748c 100644 (file)
 
 (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"