diff options
author | Steve Ellcey <sje@cup.hp.com> | 2008-12-19 16:34:26 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2008-12-19 16:34:26 +0000 |
commit | 7bda4a1df46915335ffefe3d6497adc76e6e4598 (patch) | |
tree | c0999e9b9baec9ca7f01ea886726fc19e603d7ef /gcc/df-scan.c | |
parent | 4d3d40782b52309b18aa2ae7f99a82d58044d5ad (diff) | |
download | gcc-7bda4a1df46915335ffefe3d6497adc76e6e4598.zip gcc-7bda4a1df46915335ffefe3d6497adc76e6e4598.tar.gz gcc-7bda4a1df46915335ffefe3d6497adc76e6e4598.tar.bz2 |
* df-scan.c ( df_hard_reg_init): Move declaration of i.
From-SVN: r142836
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 14434d2..6888fb4 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -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) |