OSDN Git Service

* df-scan.c ( df_hard_reg_init): Move declaration of i.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Dec 2008 16:34:26 +0000 (16:34 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Dec 2008 16:34:26 +0000 (16:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142836 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/df-scan.c

index 8575c25..4544e9a 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-19  Steve Ellcey  <sje@cup.hp.com>
+
+       * df-scan.c ( df_hard_reg_init): Move declaration of i.
+
 2008-12-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/37739
index 14434d2..6888fb4 100644 (file)
@@ -4104,8 +4104,8 @@ static bool initialized = false;
 void 
 df_hard_reg_init (void)
 {
-  int i;
 #ifdef ELIMINABLE_REGS
+  int i;
   static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
 #endif
   if (initialized)