aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-23 16:14:29 +0000
committerChris Lattner <sabre@nondot.org>2005-12-23 16:14:29 +0000
commit72f49aae170751f8d0dc0a6bd02ae463c118cb45 (patch)
tree160c22b7196ee84e260284057786f5dd618ebb0e
parentcf4a81e56f4a66e47d93ee0aaba374a241d11919 (diff)
this test fails
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24994 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2004-12-06-ConstantFloatRange.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2004-12-06-ConstantFloatRange.ll b/test/Assembler/2004-12-06-ConstantFloatRange.ll
index 61f2b77b3f..30d103c572 100644
--- a/test/Assembler/2004-12-06-ConstantFloatRange.ll
+++ b/test/Assembler/2004-12-06-ConstantFloatRange.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type"
+; XFAIL: *
;; This is a testcase for PR409