From 207f835880ce6053a22e5029d2b5449af5dfeaf4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 1 Jul 1992 09:18:59 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1369 --- gcc/config/i386/i386.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ce524320cc3..9ce6c33c9ef 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2451,7 +2451,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 @@ -2587,7 +2587,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