Commit fcfd0ebb by Kenneth Zadeck Committed by Kenneth Zadeck

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

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

From-SVN: r109603
parent 8702a557
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> 2006-01-11 Jeff Law <law@redhat.com>
* tree-ssa-threadupdate.c (threaded_edges): New VEC to * tree-ssa-threadupdate.c (threaded_edges): New VEC to
...@@ -49,6 +53,10 @@ ...@@ -49,6 +53,10 @@
2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com> 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. * Makefile.in Removed rotted odf.c entry.
2006-01-11 Hans-Peter Nilsson <hp@axis.com> 2006-01-11 Hans-Peter Nilsson <hp@axis.com>
......
...@@ -1752,8 +1752,8 @@ static bool initialized = false; ...@@ -1752,8 +1752,8 @@ static bool initialized = false;
void void
df_hard_reg_init (void) df_hard_reg_init (void)
{ {
#ifdef ELIMINABLE_REGS
int i; int i;
#ifdef ELIMINABLE_REGS
static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS; static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
#endif #endif
/* After reload, some ports add certain bits to regs_ever_live so /* After reload, some ports add certain bits to regs_ever_live so
......
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