Commit f2be3a72 by Jeff Law

Fix typo in last change.

From-SVN: r11348
parent 5ac89d9f
......@@ -893,7 +893,7 @@
[(set (match_operand:SI 0 "register_operand" "=r")
(abs:SI (match_operand:SI 1 "register_operand" "r")))]
""
"or,<= %%r0,%1,%0\;subi 0,%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