* df-scan.c ( df_hard_reg_init): Move declaration of i.
From-SVN: r142836
This commit is contained in:
parent
4d3d40782b
commit
7bda4a1df4
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue