From a011685db6755ca751fcc1f2ca55d46638e39912 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 19 Oct 2007 14:24:15 +0000 Subject: [PATCH] to shut up gcc in release mode [r16278] --- ir/be/belower.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.20.1