From 6efa6708f1878a55cf2003772cddbddec6dfed99 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 30 May 1995 18:52:25 -0400 Subject: [PATCH] (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 --- gcc/config/m68k/m68k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "" "")) -- 2.30.2