Commit c03b0416 by Nathan Sidwell Committed by Nathan Sidwell

nvptx.c (nvptx_reorg): Remove unused vars.

	* config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
	call to nvptx_reorg_subreg.

From-SVN: r225481
parent 766a1e55
2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
* config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
call to nvptx_reorg_subreg.
2015-07-06 Jim Wilson <jim.wilson@linaro.org> 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
* graphite-blocking.c (HAVE_isl): Include <stddef.h>. * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
......
...@@ -1969,9 +1969,6 @@ nvptx_reorg_subreg (void) ...@@ -1969,9 +1969,6 @@ nvptx_reorg_subreg (void)
static void static void
nvptx_reorg (void) nvptx_reorg (void)
{ {
struct reg_replace qiregs, hiregs, siregs, diregs;
rtx_insn *insn, *next;
/* We are freeing block_for_insn in the toplev to keep compatibility /* We are freeing block_for_insn in the toplev to keep compatibility
with old MDEP_REORGS that are not CFG based. Recompute it now. */ with old MDEP_REORGS that are not CFG based. Recompute it now. */
compute_bb_for_insn (); compute_bb_for_insn ();
...@@ -1991,7 +1988,7 @@ nvptx_reorg (void) ...@@ -1991,7 +1988,7 @@ nvptx_reorg (void)
regno_reg_rtx[i] = const0_rtx; regno_reg_rtx[i] = const0_rtx;
/* Replace subregs. */ /* Replace subregs. */
nvptx_reorg_subreg (max_regs); nvptx_reorg_subreg ();
regstat_free_n_sets_and_refs (); regstat_free_n_sets_and_refs ();
......
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