*** empty log message ***
authorJames Van Artsdalen <jrv@gnu.org>
Sat, 9 May 1992 03:16:07 +0000 (03:16 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Sat, 9 May 1992 03:16:07 +0000 (03:16 +0000)
From-SVN: r942

gcc/config/i386/i386.md

index 17749cfe1da77335b47e4a2621d9b8c22a0362a7..227a3d99a80b8daa01d681ea1d6fb9a578205fbe 100644 (file)
            {
              xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
 
-             output_asm_insn (AS2 (sal%3,%0,%3), xops); /* Remaining shift */
+             output_asm_insn (AS2 (sal%L3,%0,%3), xops); /* Remaining shift */
            }
        }
       else
            {
              xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
 
-             output_asm_insn (AS2 (sar%2,%0,%2), xops); /* Remaining shift */
+             output_asm_insn (AS2 (sar%L2,%0,%2), xops); /* Remaining shift */
            }
        }
       else
            {
              xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
 
-             output_asm_insn (AS2 (shr%2,%0,%2), xops); /* Remaining shift */
+             output_asm_insn (AS2 (shr%L2,%0,%2), xops); /* Remaining shift */
            }
        }
       else