Commit b0565769 by Richard Stallman

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

From-SVN: r6049
parent 4d889da9
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
" "
{ {
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == -32768) 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); operands[3] = gen_reg_rtx (SImode);
}") }")
......
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