diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-28 19:57:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-28 19:57:55 +0000 |
commit | dda73c12e9c8fded044a7f51c10e7a8c147b3c88 (patch) | |
tree | fda2e22acda66baa1f9292e7adbeb33ece2a3a82 | |
parent | 32b03ff918d8f21e0435fd4d2e0dfdd26e32089e (diff) |
add the xfail lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24066 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/isunord.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll index 784c73c712..2b94a1386d 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) |