OSDN Git Service

* config/s390/s390.md ("*clc"): Remove incorrect '='.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 23:18:42 +0000 (23:18 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 23:18:42 +0000 (23:18 +0000)
("*cmpmem_short"): Likewise.

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

gcc/ChangeLog
gcc/config/s390/s390.md

index 1b940b3..4fe98d7 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.md ("*clc"): Remove incorrect '='.
+       ("*cmpmem_short"): Likewise.
+
 2005-01-17  Steven Bosscher  <stevenb@suse.de>
 
        * basic-block.h: Document BB_* flags.
index c61bde8..bc827bd 100644 (file)
 
 (define_insn "*clc"
   [(set (reg 33)
-        (compare (match_operand:BLK 0 "memory_operand" "=Q")
+        (compare (match_operand:BLK 0 "memory_operand" "Q")
                  (match_operand:BLK 1 "memory_operand" "Q")))
    (use (match_operand 2 "const_int_operand" "n"))]
   "s390_match_ccmode (insn, CCUmode)
 
 (define_insn "*cmpmem_short"
   [(set (reg:CCU 33)
-        (compare:CCU (match_operand:BLK 0 "memory_operand" "=Q,Q,Q")
+        (compare:CCU (match_operand:BLK 0 "memory_operand" "Q,Q,Q")
                      (match_operand:BLK 1 "memory_operand" "Q,Q,Q")))
    (use (match_operand 2 "nonmemory_operand" "n,a,a"))
    (use (match_operand 3 "immediate_operand" "X,R,X"))