Commit 21f7aaa4 by Steven Bosscher

* regmove.c: Fix unused variable warnings due to previous commit.

From-SVN: r123523
parent a78f3e71
2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
* regmove.c: Fix unused variable warnings due to previous commit.
2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
* regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
(regmove_bb_head): Remove.
(copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
......
......@@ -739,7 +739,6 @@ copy_src_to_dest (rtx insn, rtx src, rtx dest)
rtx *p_move_notes;
int src_regno;
int dest_regno;
int bb;
int insn_uid;
int move_uid;
......@@ -1021,7 +1020,6 @@ regmove_optimize (rtx f, int nregs)
int pass;
int i;
rtx copy_src, copy_dst;
basic_block bb;
/* ??? Hack. Regmove doesn't examine the CFG, and gets mightily
confused by non-call exceptions ending blocks. */
......
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