(adddi3): Use DImode not SImode in force_reg call.

From-SVN: r6049
This commit is contained in:
Richard Stallman 1993-11-10 04:41:46 +00:00
parent 4d889da995
commit b0565769c1

View File

@ -337,7 +337,7 @@
"
{
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == -32768)
operands[2] = force_reg (SImode, operands[2]);
operands[2] = force_reg (DImode, operands[2]);
operands[3] = gen_reg_rtx (SImode);
}")