(decrement_and_branch_until_zero): Operand 0 constraint changed from "+g" to "+d...
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 30 May 1995 22:52:25 +0000 (18:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 30 May 1995 22:52:25 +0000 (18:52 -0400)
(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

index 032b25e9ad677a90ad590afa6a7e6dd0c805e42d..d2667ea131b229dfab9253712885a90eae7b6984 100644 (file)
 (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 "" ""))
 (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 "" ""))