Commit 74c475ad by James Van Artsdalen

(extendsidi2): Use correct mnemonic for cwtl opcode.

From-SVN: r3441
parent 4ab56118
...@@ -1085,7 +1085,7 @@ ...@@ -1085,7 +1085,7 @@
"* "*
{ {
if (REGNO (operands[0]) == 0) if (REGNO (operands[0]) == 0)
return \"clq\"; return \"cwtl\";
operands[1] = gen_rtx (REG, SImode, REGNO (operands[0]) + 1); operands[1] = gen_rtx (REG, SImode, REGNO (operands[0]) + 1);
output_asm_insn (AS2 (mov%L0,%0,%1), operands); output_asm_insn (AS2 (mov%L0,%0,%1), operands);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment