to shut up gcc in release mode
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:24:15 +0000 (14:24 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 Oct 2007 14:24:15 +0000 (14:24 +0000)
[r16278]

ir/be/belower.c

index af1bbf6..cf8c695 100644 (file)
@@ -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));