From ce8dca20b8c364fa079330d41a0daff6a8842e0c Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Wed, 3 Sep 2008 14:18:29 +0000 Subject: [PATCH] Use march=pentium3 to use if-conv [r21671] --- ir/be/test/mux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/be/test/mux.c b/ir/be/test/mux.c index 736f4cdac..ba6f828d8 100644 --- a/ir/be/test/mux.c +++ b/ir/be/test/mux.c @@ -1,3 +1,4 @@ +/*$ -march=pentium3 $*/ int f(int a, int b) { return a && b ? 11 : 42; -- 2.20.1