From 64a620fb6ef183734cf552665935f2093a01df03 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 21 Dec 2012 18:10:54 +0100 Subject: [PATCH] Readded initialization removed in 1d59167bbbeefad84d24f1f752c1715502d37e3e. --- ir/be/becopyilp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/becopyilp.c b/ir/be/becopyilp.c index 35c02ca7e..e4eb6262d 100644 --- a/ir/be/becopyilp.c +++ b/ir/be/becopyilp.c @@ -171,7 +171,7 @@ static void sr_reinsert(ilp_env_t *const ienv) /* now all bits not set are possible colors */ /* take one that matches the alignment constraint */ - unsigned free_col; + unsigned free_col = 0; assert(!rbitset_is_empty(possible_cols, n_regs) && "No free color found. This can not be."); for (;;) { free_col = (unsigned)rbitset_next(possible_cols, free_col, true); -- 2.20.1