OSDN Git Service

Amend last change: add %, in front of Ldi%=:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 02:51:45 +0000 (02:51 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2000 02:51:45 +0000 (02:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36259 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.md

index cbbf06e..f4dc1ab 100644 (file)
                           (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")])