Commit 7bda4a1d by Steve Ellcey Committed by Steve Ellcey

* df-scan.c ( df_hard_reg_init): Move declaration of i.

From-SVN: r142836
parent 4d3d4078
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> 2008-12-19 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/37739 PR bootstrap/37739
...@@ -4104,8 +4104,8 @@ static bool initialized = false; ...@@ -4104,8 +4104,8 @@ static bool initialized = false;
void void
df_hard_reg_init (void) df_hard_reg_init (void)
{ {
int i;
#ifdef ELIMINABLE_REGS #ifdef ELIMINABLE_REGS
int i;
static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS; static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
#endif #endif
if (initialized) if (initialized)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment