From: Michael Beck Date: Fri, 19 Oct 2007 14:24:15 +0000 (+0000) Subject: to shut up gcc in release mode X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a011685db6755ca751fcc1f2ca55d46638e39912;p=libfirm to shut up gcc in release mode [r16278] --- diff --git a/ir/be/belower.c b/ir/be/belower.c index af1bbf646..cf8c695f9 100644 --- a/ir/be/belower.c +++ b/ir/be/belower.c @@ -894,7 +894,7 @@ static int push_through_perm(ir_node *perm, void *data) int i, n; const ir_edge_t *edge; - ir_node *last_proj, *irn; + ir_node *last_proj = NULL, *irn; const arch_register_class_t *cls = NULL; DBG((mod, LEVEL_1, "perm move %+F irg %+F\n", perm, irg));