From e36ae664b9edeaf24f30dc6df6ac7816977df49c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Dec 2004 02:25:32 +0000 Subject: [PATCH] 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 --- test/Assembler/2004-12-06-ConstantFloatRange.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Assembler/2004-12-06-ConstantFloatRange.ll b/test/Assembler/2004-12-06-ConstantFloatRange.ll index e7404d55d14..30d103c5728 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 -- 2.34.1