From: Michael Beck Date: Wed, 22 Jun 2005 17:56:36 +0000 (+0000) Subject: fixed stupid conpy and paste error X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b64727359068a1cc90afc9590d386ec4b0ac3886;p=libfirm fixed stupid conpy and paste error [r6109] --- diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 9806e3be9..fdc95f02b 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -1167,7 +1167,7 @@ static ir_node *equivalent_node_Phi(ir_node *n) if ( (scnd_val != n) && (scnd_val != first_val) #if 1 - && (! is_Bad(first_val)) + && (! is_Bad(scnd_val)) #endif ) { break;