From c0ddc366be1302dc67cf4a1ab6e15c5b5da2ede6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 19 Oct 2007 14:31:24 +0000 Subject: [PATCH] add missing initialization [r16280] --- ir/opt/escape_ana.c | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.20.1