2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>
authorKenneth Zadeck <zadeck@naturalbridge.com>
Wed, 11 Jan 2006 21:19:47 +0000 (21:19 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Wed, 11 Jan 2006 21:19:47 +0000 (21:19 +0000)
   * df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef.

From-SVN: r109603

gcc/ChangeLog
gcc/df-scan.c

index b5fd19ccffbcb8a3ef8530be59ff2134e1066892..ab3cfb81f96b54f8c81318e6dc6441cb19be5b3a 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-11  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+   * df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef.
+
 2006-01-11  Jeff Law  <law@redhat.com>
 
        * tree-ssa-threadupdate.c (threaded_edges): New VEC to
        * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb):
        Likewise.
 
+2005-01-11  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef.
+       
 2005-01-11  Kenneth Zadeck <zadeck@naturalbridge.com>
 
        * Makefile.in Removed rotted odf.c entry.
index 0aa07bf33c6c68593885653e77b2099a80b51a10..82de4a8b2a7a7133e064105d87391694c653babd 100644 (file)
@@ -1752,8 +1752,8 @@ static bool initialized = false;
 void 
 df_hard_reg_init (void)
 {
-#ifdef ELIMINABLE_REGS
   int i;
+#ifdef ELIMINABLE_REGS
   static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
 #endif
   /* After reload, some ports add certain bits to regs_ever_live so