OSDN Git Service

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@189015 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d420ac4..a6fc705 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-26  Alexandre Oliva  <aoliva@redhat.com>
 
        PR debug/53682
index 4b90248..6f89891 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"