diff options
author | James Van Artsdalen <jrv@gnu.org> | 1993-02-08 14:09:00 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1993-02-08 14:09:00 +0000 |
commit | 74c475adaef6ea603b3dd5cea8ae5423649d285f (patch) | |
tree | 26b5868e6b6f74cd2ec6e8306b458e0bd5bf7e98 | |
parent | 4ab561180caefa229eaae824dee8d910c069f5ee (diff) | |
download | gcc-74c475adaef6ea603b3dd5cea8ae5423649d285f.zip gcc-74c475adaef6ea603b3dd5cea8ae5423649d285f.tar.gz gcc-74c475adaef6ea603b3dd5cea8ae5423649d285f.tar.bz2 |
(extendsidi2): Use correct mnemonic for cwtl opcode.
From-SVN: r3441
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 54b1dc4..7073b25 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1085,7 +1085,7 @@ "* { if (REGNO (operands[0]) == 0) - return \"clq\"; + return \"cwtl\"; operands[1] = gen_rtx (REG, SImode, REGNO (operands[0]) + 1); output_asm_insn (AS2 (mov%L0,%0,%1), operands); |