Amend last change: add %, in front of Ldi%=:

From-SVN: r36259
This commit is contained in:
Joern Rennecke 2000-09-08 03:51:45 +01:00
parent 712646d00e
commit 4c0d0505d9
1 changed files with 2 additions and 2 deletions

View File

@ -628,8 +628,8 @@
(match_operand:DI 1 "arith_reg_or_0_operand" "N,r")))]
""
"@
tst %S0,%S0\;bf %,Ldi%=\;tst %R0,%R0\\nLdi%=:
cmp/eq %S1,%S0\;bf %,Ldi%=\;cmp/eq %R1,%R0\\nLdi%=:"
tst %S0,%S0\;bf %,Ldi%=\;tst %R0,%R0\\n%,Ldi%=:
cmp/eq %S1,%S0\;bf %,Ldi%=\;cmp/eq %R1,%R0\\n%,Ldi%=:"
[(set_attr "length" "6")
(set_attr "type" "arith3b")])