(extendsidi2): Use correct mnemonic for cwtl opcode.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 8 Feb 1993 14:09:00 +0000 (14:09 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 8 Feb 1993 14:09:00 +0000 (14:09 +0000)
From-SVN: r3441

gcc/config/i386/i386.md

index 54b1dc4..7073b25 100644 (file)
   "*
 {
   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);