diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2005-01-17 23:18:42 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2005-01-17 23:18:42 +0000 |
commit | d4f52f0e5bc006443e1685595a47e1de888fec8b (patch) | |
tree | a44aa326cb685d031b44fd3073902adcfa450a9d /gcc/config | |
parent | 33d4098dd4ea7745743b9a77aa4ac455ba82c4c3 (diff) | |
download | gcc-d4f52f0e5bc006443e1685595a47e1de888fec8b.zip gcc-d4f52f0e5bc006443e1685595a47e1de888fec8b.tar.gz gcc-d4f52f0e5bc006443e1685595a47e1de888fec8b.tar.bz2 |
s390.md ("*clc"): Remove incorrect '='.
* config/s390/s390.md ("*clc"): Remove incorrect '='.
("*cmpmem_short"): Likewise.
From-SVN: r93782
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/s390/s390.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index c61bde8..bc827bd 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -649,7 +649,7 @@ (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) @@ -2143,7 +2143,7 @@ (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")) |