OSDN Git Service

2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2006 21:19:47 +0000 (21:19 +0000)
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jan 2006 21:19:47 +0000 (21:19 +0000)
   * df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109603 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/df-scan.c

index b5fd19c..ab3cfb8 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
 
 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.
        
 2006-01-11  Hans-Peter Nilsson  <hp@axis.com>
index 0aa07bf..82de4a8 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