From 2c325bb8de77846b7d5dc5ff1994302a2577912d Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Sat, 9 May 1992 03:16:07 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r942 --- gcc/config/i386/i386.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 17749cfe1da..227a3d99a80 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2286,7 +2286,7 @@ { 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 @@ -2415,7 +2415,7 @@ { 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 @@ -2515,7 +2515,7 @@ { 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 -- 2.30.2