summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
diff options
context:
space:
mode:
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-11 21:19:47 +0000
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-11 21:19:47 +0000
commitbebf8106efd68a7fb12219087852ec819deec904 (patch)
tree145d179448826776bfe7521f7c26af4e1187a81a /gcc/df-scan.c
parent3cebc9d2da1484f906ddeab48cef7ab25482d3f9 (diff)
downloadgcc-bebf8106efd68a7fb12219087852ec819deec904.tar.gz
2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>
* df-scan.c (df_hard_reg_init) Moved declaration of i outside ifdef. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r--gcc/df-scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c
index 0aa07bf33c6..82de4a8b2a7 100644
--- a/gcc/df-scan.c
+++ b/gcc/df-scan.c
@@ -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