fix bug introduced in 'cleanup' commit
authorMatthias Braun <matthias.braun@kit.edu>
Thu, 9 Aug 2012 16:40:40 +0000 (18:40 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Thu, 9 Aug 2012 16:40:40 +0000 (18:40 +0200)
ir/ir/iropt.c

index c5291cb..5ff0f84 100644 (file)
@@ -5130,7 +5130,7 @@ static ir_node *transform_node_Phi(ir_node *phi)
                /* Beware of Phi0 */
                if (n > 0) {
                        ir_node    *pred = get_irn_n(phi, 0);
-                       ir_node    *bound, *new_phi, *block, **in;
+                       ir_node    *bound, *new_phi, **in;
                        ir_relation relation;
                        bool        has_confirm = false;