* config/sh/sh.md (doloop_end_split): Remove "+r" constraint
in an input-only operand.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158361
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ PR target/43742
+ * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
+ in an input-only operand.
+
2010-04-15 Anatoly Sokolov <aesok@post.ru>
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
(define_insn_and_split "doloop_end_split"
[(set (pc)
- (if_then_else (ne:SI (match_operand:SI 2 "arith_reg_dest" "0")
+ (if_then_else (ne:SI (match_operand:SI 0 "arith_reg_dest" "")
(const_int 1))
(label_ref (match_operand 1 "" ""))
(pc)))