(modsi3): Remove unneeded test.

From-SVN: r6204
This commit is contained in:
Richard Kenner 1993-12-11 07:02:13 -05:00
parent 888ae81cc3
commit 7df83bcec6
1 changed files with 1 additions and 1 deletions

View File

@ -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]));