Fix fehler38: meld_psi() did not memorize the next condition when the value operand...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 4 Jul 2007 20:54:02 +0000 (20:54 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 4 Jul 2007 20:54:02 +0000 (20:54 +0000)
[r14941]

ir/opt/ifconv.c

index ad830c9..fde3026 100644 (file)
@@ -574,6 +574,7 @@ static ir_node* meld_psi(ir_node* psi)
                        conds[j] = cond;
                        vals[j] = val;
                        ++j;
+                       cond = get_Psi_cond(psi, i)
                        val = v;
                }
        }