Commit 516422ef by Jim Wilson

(negsi2): Use register_operand not general_operand for output.

From-SVN: r8062
parent 03daa641
......@@ -4073,7 +4073,7 @@
(set_attr "length" "1")])
(define_insn "negsi2"
[(set (match_operand:SI 0 "general_operand" "=r")
[(set (match_operand:SI 0 "register_operand" "=r")
(neg:SI (match_operand:SI 1 "arith_operand" "rI")))]
""
"sub %%g0,%1,%0"
......
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