Readded initialization removed in 1d59167bbbeefad84d24f1f752c1715502d37e3e.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 21 Dec 2012 17:10:54 +0000 (18:10 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 21 Dec 2012 17:10:54 +0000 (18:10 +0100)
ir/be/becopyilp.c

index 35c02ca..e4eb626 100644 (file)
@@ -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);