(extendsidi2): Fix typo in regno.
From-SVN: r3326
This commit is contained in:
parent
e19a77e63b
commit
b2f1f92b17
@ -1087,7 +1087,7 @@
|
||||
if (REGNO (operands[0]) == 0)
|
||||
return \"clq\";
|
||||
|
||||
operands[0] = gen_rtx (REG, SImode, REGNO (operands[0]));
|
||||
operands[1] = gen_rtx (REG, SImode, REGNO (operands[0]) + 1);
|
||||
output_asm_insn (AS2 (mov%L0,%0,%1), operands);
|
||||
|
||||
operands[0] = GEN_INT (31);
|
||||
|
Loading…
Reference in New Issue
Block a user