From: Andreas Zwinkau Date: Wed, 3 Sep 2008 14:18:29 +0000 (+0000) Subject: Use march=pentium3 to use if-conv X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ce8dca20b8c364fa079330d41a0daff6a8842e0c;p=libfirm Use march=pentium3 to use if-conv [r21671] --- 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;