Make sure this tests the right thing, xfail on solaris, which doesn't have floorf
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2006 05:56:34 +0000 (05:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2006 05:56:34 +0000 (05:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25524 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/floor.ll

index 542ff5706d9f0077dc54a4b7f2788e5272183b29..b9eba106933b8302eaeaf32ca5cc94c2a2fd67ef 100644 (file)
@@ -1,4 +1,7 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*floor('
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*floor(' &&
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep 'call.*floorf('
+
+; XFAIL: sparc
 
 declare double %floor(double)