Commit d2dfcc07 by Kaz Kojima

sh.md (divsi_inv_m0): Remove unused variable.

	* config/sh/sh.md (divsi_inv_m0): Remove unused variable.

From-SVN: r117272
parent 7f5b8ff7
2006-09-28 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (divsi_inv_m0): Remove unused variable.
2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
* doc/install.texi: Document required versions of GMP and MPFR.
......
......@@ -2305,7 +2305,6 @@ norm32: r25
rtx scratch0 = operands[4];
rtx scratch0_si = simplify_gen_subreg (SImode, scratch0, DImode, SIDI_OFF);
rtx scratch1 = operands[5];
rtx mem;
emit_insn (gen_divsi_inv_qitable (scratch0, tab_base, tab_ix));
emit_insn (gen_ashldi3_media (scratch1, tab_ix, GEN_INT (1)));
......
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