aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1995-05-28 22:08:02 +0000
committerTorbjorn Granlund <tege@gnu.org>1995-05-28 22:08:02 +0000
commit134843a92565fb2ee024213c82d9f594362cdf11 (patch)
treee53e9dea3e646839c0b963800009d25bb0e86940 /gcc
parent878cd289492d3314f2cf42194bc77e371f79daad (diff)
downloadgcc-134843a92565fb2ee024213c82d9f594362cdf11.zip
gcc-134843a92565fb2ee024213c82d9f594362cdf11.tar.gz
gcc-134843a92565fb2ee024213c82d9f594362cdf11.tar.bz2
(divmodhi4, udivmodhi4): Use "dmsK" for operand 2.
From-SVN: r9827
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/m68k.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 6b720fc..d95229f 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)))]
""