summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 17:57:13 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 17:57:13 +0000
commit2a5151949745f9de0503607eff217a2d786b0add (patch)
tree699d79b6a01da7ff71b1ba3e6747d3ce0e0b4535 /gcc/regmove.c
parentf9f428c6053f113307185c18fa51a72ce78ce210 (diff)
downloadgcc-2a5151949745f9de0503607eff217a2d786b0add.tar.gz
* regmove.c: Fix unused variable warnings due to previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r--gcc/regmove.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c
index 416c9509392..05effa66cfd 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -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. */