From 134843a92565fb2ee024213c82d9f594362cdf11 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 28 May 1995 22:08:02 +0000 Subject: [PATCH] (divmodhi4, udivmodhi4): Use "dmsK" for operand 2. From-SVN: r9827 --- 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 6b720fc5b7e..d95229f5b7a 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -3412,7 +3412,7 @@ (define_insn "divmodhi4" [(set (match_operand:HI 0 "general_operand" "=d") (div:HI (match_operand:HI 1 "general_operand" "0") - (match_operand:HI 2 "general_operand" "g"))) + (match_operand:HI 2 "general_operand" "dmsK"))) (set (match_operand:HI 3 "general_operand" "=d") (mod:HI (match_dup 1) (match_dup 2)))] "" @@ -3435,7 +3435,7 @@ (define_insn "udivmodhi4" [(set (match_operand:HI 0 "general_operand" "=d") (udiv:HI (match_operand:HI 1 "general_operand" "0") - (match_operand:HI 2 "general_operand" "g"))) + (match_operand:HI 2 "general_operand" "dmsK"))) (set (match_operand:HI 3 "general_operand" "=d") (umod:HI (match_dup 1) (match_dup 2)))] "" -- 2.30.2