From: Michael Beck Date: Fri, 19 Oct 2007 14:31:24 +0000 (+0000) Subject: add missing initialization X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c0ddc366be1302dc67cf4a1ab6e15c5b5da2ede6;p=libfirm add missing initialization [r16280] --- diff --git a/ir/opt/escape_ana.c b/ir/opt/escape_ana.c index d8d6d6db7..b58f8b11b 100644 --- a/ir/opt/escape_ana.c +++ b/ir/opt/escape_ana.c @@ -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));