Fixed wrong array declaration
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 25 May 2006 23:15:52 +0000 (23:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 25 May 2006 23:15:52 +0000 (23:15 +0000)
[r7805]

ir/opt/ifconv.c

index ff4764f..9d9fab3 100644 (file)
@@ -262,7 +262,7 @@ restart:
 
                        for (j = i + 1; j < arity; ++j) {
                                ir_node* projx1;
-                               ir_node* conds[0];
+                               ir_node* conds[1];
                                ir_node* vals[2];
                                ir_node* psi;
                                ir_node* psi_block;