From: James Van Artsdalen Date: Mon, 8 Feb 1993 14:09:00 +0000 (+0000) Subject: (extendsidi2): Use correct mnemonic for cwtl opcode. X-Git-Tag: misc/cutover-egcs-0~10502 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=74c475adaef6ea603b3dd5cea8ae5423649d285f;p=gcc.git (extendsidi2): Use correct mnemonic for cwtl opcode. From-SVN: r3441 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 54b1dc406440..7073b251b808 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);