Commit bcd9e00d by Kaushik Phatak Committed by Kaz Kojima

sh.md (cmpeqsi_t-1): Use logical_operand predicate for operand 1.

	* config/sh/sh.md (cmpeqsi_t-1): Use logical_operand predicate
	for operand 1.

From-SVN: r154412
parent 58346783
2009-11-21 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
* config/sh/sh.md (cmpeqsi_t-1): Use logical_operand predicate
for operand 1.
2009-11-21 Adam Nemet <adambnemet@gmail.com>
* config/mips/mips-protos.h (mulsidi3_gen_fn): New typedef.
......@@ -591,7 +591,7 @@
(define_insn ""
[(set (reg:SI T_REG)
(eq:SI (and:SI (match_operand:SI 0 "arith_reg_operand" "z,r")
(match_operand:SI 1 "arith_operand" "K08,r"))
(match_operand:SI 1 "logical_operand" "K08,r"))
(const_int 0)))]
"TARGET_SH1"
"tst %1,%0"
......
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