diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-08 02:25:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-08 02:25:32 +0000 |
commit | e36ae664b9edeaf24f30dc6df6ac7816977df49c (patch) | |
tree | 1801ea4f2152966dff64584ecd23861dc0c34112 | |
parent | e09ca64db9066dd9c566fc14680e565e4367e808 (diff) | |
download | external_llvm-e36ae664b9edeaf24f30dc6df6ac7816977df49c.zip external_llvm-e36ae664b9edeaf24f30dc6df6ac7816977df49c.tar.gz external_llvm-e36ae664b9edeaf24f30dc6df6ac7816977df49c.tar.bz2 |
This test is xfail right now, to keep DJ clean, also mention the PR# in testcases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18609 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/2004-12-06-ConstantFloatRange.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2004-12-06-ConstantFloatRange.ll b/test/Assembler/2004-12-06-ConstantFloatRange.ll index e7404d5..30d103c 100644 --- a/test/Assembler/2004-12-06-ConstantFloatRange.ll +++ b/test/Assembler/2004-12-06-ConstantFloatRange.ll @@ -1,4 +1,7 @@ ; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type" +; XFAIL: * + +;; This is a testcase for PR409 ; make sure that 'float' values are in range |