aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-03-25 14:36:28 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-03-25 14:36:28 -0500
commit8ec316237ff2a96d716858b4d9755f102f727395 (patch)
tree6c31b134cd0baa4d597db4abba4bfee5a73c7fce /gcc
parent189086f9746bfebab192de43e8669154eeaa5c55 (diff)
downloadgcc-8ec316237ff2a96d716858b4d9755f102f727395.zip
gcc-8ec316237ff2a96d716858b4d9755f102f727395.tar.gz
gcc-8ec316237ff2a96d716858b4d9755f102f727395.tar.bz2
(movqi): Disable use of address registers for TARGET_5200.
From-SVN: r13796
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 a5babfb..51a8075 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);")