From: Richard Kenner Date: Tue, 30 May 1995 22:52:25 +0000 (-0400) Subject: (decrement_and_branch_until_zero): Operand 0 constraint changed from "+g" to "+d... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6efa6708f1878a55cf2003772cddbddec6dfed99;p=gcc.git (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 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 032b25e9ad6..d2667ea131b 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -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 "" ""))