Commit 4a052c5e by Richard Stallman

(movsi): Split alt 1 to deprecate xy classes in operand 1.

From-SVN: r2803
parent 3e3ea975
......@@ -314,8 +314,8 @@
"lprd sp,%0")
(define_insn "movsi"
[(set (match_operand:SI 0 "general_operand" "=g<,*f,g")
(match_operand:SI 1 "general_operand" "gxy,g,*f"))]
[(set (match_operand:SI 0 "general_operand" "=g<,g<,*f,g")
(match_operand:SI 1 "general_operand" "g,?xy,g,*f"))]
""
"*
{
......
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