aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-05-09 03:16:07 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-05-09 03:16:07 +0000
commit2c325bb8de77846b7d5dc5ff1994302a2577912d (patch)
treee9d981f3ebd357d7c69898b8fd600c772439726e /gcc
parentff514262a1db4d480fe5363353efcb769d872cc5 (diff)
downloadgcc-2c325bb8de77846b7d5dc5ff1994302a2577912d.zip
gcc-2c325bb8de77846b7d5dc5ff1994302a2577912d.tar.gz
gcc-2c325bb8de77846b7d5dc5ff1994302a2577912d.tar.bz2
*** empty log message ***
From-SVN: r942
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 17749cf..227a3d9 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