add missing initialization
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:31:24 +0000 (14:31 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:31:24 +0000 (14:31 +0000)
[r16280]

ir/opt/escape_ana.c

index d8d6d6d..b58f8b1 100644 (file)
@@ -394,6 +394,7 @@ static void transform_allocs(ir_graph *irg, walk_env_t *env)
     if (tp && tp != firm_unknown_type) {
       /* we could determine the type, so we could place it on the frame */
       dbg  = get_irn_dbg_info(alloc);
+      blk  = get_nodes_block(alloc);
 
       DBG((dbgHandle, LEVEL_DEFAULT, "%+F allocation of %+F type %+F placed on frame\n", irg, alloc, tp));