Commit 15838c69 by Jeff Law

Revert one over-aggressive "0" -> "%%r0" conversion ;-)

From-SVN: r26414
parent ebcc44f4
......@@ -833,7 +833,7 @@
[(set (match_operand:SI 0 "register_operand" "=r")
(abs:SI (match_operand:SI 1 "register_operand" "r")))]
""
"or,>= %%r0,%1,%0\;subi %%r0,%0,%0"
"or,>= %%r0,%1,%0\;subi 0,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "8")])
......
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