Revert one over-aggressive "0" -> "%%r0" conversion ;-)
From-SVN: r26414
This commit is contained in:
parent
ebcc44f4ad
commit
15838c69df
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user