* regmove.c: Fix unused variable warnings due to previous commit.
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 5 Apr 2007 17:57:13 +0000 (17:57 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 5 Apr 2007 17:57:13 +0000 (17:57 +0000)
From-SVN: r123523

gcc/ChangeLog
gcc/regmove.c

index 012ecd1a151f7ea187865b20aed20036d9343d2a..76fc5fc1e819c7901990a992cb93c9c16b1025a4 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 416c9509392b1354ea29853a8f32369e0da02ae7..05effa66cfd695279de2d509e2a8745cd06901fa 100644 (file)
@@ -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.  */