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

From-SVN: r26414
This commit is contained in:
Jeff Law 1999-04-13 11:00:28 -06:00
parent ebcc44f4ad
commit 15838c69df

View File

@ -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")])