2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>

* df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef.

From-SVN: r109603
This commit is contained in:
Kenneth Zadeck 2006-01-11 21:19:47 +00:00 committed by Kenneth Zadeck
parent 8702a557ab
commit fcfd0ebb14
2 changed files with 9 additions and 1 deletions

View 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
@ -47,6 +51,10 @@
* 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.

View 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