Commit f0c24042 by Richard Kenner

(cmpsi): Add missing constraints to operand 1.

From-SVN: r10394
parent b4232589
......@@ -220,7 +220,7 @@
(define_insn "cmpsi"
[(set (cc0)
(compare (match_operand:SI 0 "register_operand" "d")
(match_operand:SI 1 "general_operand" "")))]
(match_operand:SI 1 "general_operand" "md")))]
""
"*
{
......
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