]> gcc.gnu.org Git - gcc.git/commitdiff
(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 54b1dc4064409b8266669d09dafa4ba68b43050a..7073b251b8083381ef2cc67472c126335a96bc85 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);
This page took 0.062214 seconds and 5 git commands to generate.