From c6dfd97ff216ebee2348b132c2d48bda31a5b850 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 24 Oct 2007 21:55:11 +0000 Subject: [PATCH] fixed test [r16341] --- ir/be/test/localopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/test/localopts.c b/ir/be/test/localopts.c index e886800d7..e39a092eb 100644 --- a/ir/be/test/localopts.c +++ b/ir/be/test/localopts.c @@ -187,7 +187,7 @@ int conv3(signed char a) { return (unsigned)a != 0; } -int phi(int x) { +int phi1(int x) { int a = x ? 23 : 42; int b = x ? 42 : 23; return a + b; -- 2.20.1