Commit d4f52f0e by Ulrich Weigand Committed by Ulrich Weigand

s390.md ("*clc"): Remove incorrect '='.

	* config/s390/s390.md ("*clc"): Remove incorrect '='.
	("*cmpmem_short"): Likewise.

From-SVN: r93782
parent 33d4098d
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> 2005-01-17 Steven Bosscher <stevenb@suse.de>
* basic-block.h: Document BB_* flags. * basic-block.h: Document BB_* flags.
......
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
(define_insn "*clc" (define_insn "*clc"
[(set (reg 33) [(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"))) (match_operand:BLK 1 "memory_operand" "Q")))
(use (match_operand 2 "const_int_operand" "n"))] (use (match_operand 2 "const_int_operand" "n"))]
"s390_match_ccmode (insn, CCUmode) "s390_match_ccmode (insn, CCUmode)
...@@ -2143,7 +2143,7 @@ ...@@ -2143,7 +2143,7 @@
(define_insn "*cmpmem_short" (define_insn "*cmpmem_short"
[(set (reg:CCU 33) [(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"))) (match_operand:BLK 1 "memory_operand" "Q,Q,Q")))
(use (match_operand 2 "nonmemory_operand" "n,a,a")) (use (match_operand 2 "nonmemory_operand" "n,a,a"))
(use (match_operand 3 "immediate_operand" "X,R,X")) (use (match_operand 3 "immediate_operand" "X,R,X"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment