Commit 8ec31623 by Richard Kenner

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

From-SVN: r13796
parent 189086f9
......@@ -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);")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment