OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1992 09:18:59 +0000 (09:18 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1992 09:18:59 +0000 (09:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1369 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/i386.md

index ce52432..9ce6c33 100644 (file)
         {
          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