(decrement_and_branch_until_zero): Operand 0 constraint changed from "+g" to "+d*am".

(decrement_and_branch_until_zero): Operand 0 constraint changed from "+g"
to "+d*am".
(similar anonymous HImode pattern): Likewise.

From-SVN: r9842
This commit is contained in:
Richard Kenner 1995-05-30 18:52:25 -04:00
parent b41059b4e3
commit 6efa6708f1
1 changed files with 2 additions and 2 deletions

View File

@ -5715,7 +5715,7 @@
(define_insn ""
[(set (pc)
(if_then_else
(ge (plus:HI (match_operand:HI 0 "general_operand" "+g")
(ge (plus:HI (match_operand:HI 0 "general_operand" "+d*am")
(const_int -1))
(const_int 0))
(label_ref (match_operand 1 "" ""))
@ -5760,7 +5760,7 @@
(define_insn "decrement_and_branch_until_zero"
[(set (pc)
(if_then_else
(ge (plus:SI (match_operand:SI 0 "general_operand" "+g")
(ge (plus:SI (match_operand:SI 0 "general_operand" "+d*am")
(const_int -1))
(const_int 0))
(label_ref (match_operand 1 "" ""))