fix
authorMatthias Braun <matze@braunis.de>
Mon, 18 Sep 2006 12:54:12 +0000 (12:54 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 18 Sep 2006 12:54:12 +0000 (12:54 +0000)
ir/be/bespillmorgan.c

index a043f09..9e4fbe7 100644 (file)
@@ -243,6 +243,8 @@ static INLINE void init_livethrough_unuseds(block_attr_t *attr, morgan_env_t *en
        if(attr->livethrough_unused != NULL)
                return;
 
+       block = attr->block;
+
        attr->livethrough_unused = bitset_obstack_alloc(&env->obst, get_irg_last_idx(env->irg));
 
        // copy all live-outs into the livethrough_unused set