(movqi): Disable use of address registers for TARGET_5200.

From-SVN: r13796
This commit is contained in:
Richard Kenner 1997-03-25 14:36:28 -05:00
parent 189086f974
commit 8ec316237f
1 changed files with 2 additions and 2 deletions

View File

@ -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);")