diff options
| author | Richard Stallman <rms@gnu.org> | 1992-07-01 09:18:59 +0000 |
|---|---|---|
| committer | Richard Stallman <rms@gnu.org> | 1992-07-01 09:18:59 +0000 |
| commit | 207f835880ce6053a22e5029d2b5449af5dfeaf4 (patch) | |
| tree | 81f888998e1b875f5b78f56c6d26b467958dc188 | |
| parent | 284ab12d2ccec1770b85cbf2b594875524fec9bc (diff) | |
| download | gcc-207f835880ce6053a22e5029d2b5449af5dfeaf4.zip gcc-207f835880ce6053a22e5029d2b5449af5dfeaf4.tar.gz gcc-207f835880ce6053a22e5029d2b5449af5dfeaf4.tar.bz2 | |
*** empty log message ***
From-SVN: r1369
| -rw-r--r-- | gcc/config/i386/i386.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ce52432..9ce6c33 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 |
