Commit 7df83bce by Richard Kenner

(modsi3): Remove unneeded test.

From-SVN: r6204
parent 888ae81c
......@@ -772,7 +772,7 @@
rtx temp1 = gen_reg_rtx (SImode);
rtx temp2 = gen_reg_rtx (SImode);
if (GET_CODE (operands[2]) != CONST_INT || i < 0)
if (i < 0)
FAIL;
emit_insn (gen_divsi3 (temp1, operands[1], operands[2]));
......
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