]> gcc.gnu.org Git - gcc.git/commitdiff
Amend last change: add %, in front of Ldi%=:
authorJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 8 Sep 2000 02:51:45 +0000 (03:51 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 8 Sep 2000 02:51:45 +0000 (03:51 +0100)
From-SVN: r36259

gcc/config/sh/sh.md

index cbbf06e62e8c3e0ab770f4aa903ded89cda657b1..f4dc1abd24125c98e07cb331df8a0fce4de13d90 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")])
 
This page took 0.074956 seconds and 5 git commands to generate.