From: Chris Lattner Date: Fri, 28 Oct 2005 19:57:55 +0000 (+0000) Subject: add the xfail lines X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dda73c12e9c8fded044a7f51c10e7a8c147b3c88;p=oota-llvm.git add the xfail lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll index 784c73c7122..2b94a1386d2 100644 --- a/test/CodeGen/Generic/isunord.ll +++ b/test/CodeGen/Generic/isunord.ll @@ -1,4 +1,6 @@ ; RUN: llvm-as < %s | llc +; XFAIL: alpha|ia64|sparcv8 + declare bool %llvm.isunordered(double, double)