From 8ec316237ff2a96d716858b4d9755f102f727395 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 25 Mar 1997 14:36:28 -0500 Subject: [PATCH] (movqi): Disable use of address registers for TARGET_5200. From-SVN: r13796 --- 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 a5babfb746f..51a8075ae31 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -992,8 +992,8 @@ "* return output_move_qimode (operands);") (define_insn "" - [(set (match_operand:QI 0 "general_operand" "=r<>,g") - (match_operand:QI 1 "general_operand" "g,r<>"))] + [(set (match_operand:QI 0 "general_operand" "=d<>,dm") + (match_operand:QI 1 "general_operand" "dmi,d<>"))] "TARGET_5200" "* return output_move_qimode (operands);")