[llvm-commits] CVS: llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll 2004-01-22-FloatNormalization.ll
Reid Spencer
reid at x10sys.com
Thu Dec 22 13:07:42 PST 2005
Changes in directory llvm/test/Regression/Assembler:
2004-12-06-ConstantFloatRange.ll updated: 1.2 -> 1.3
2004-01-22-FloatNormalization.ll (r1.2) removed
---
Log message:
Fix PR409: http://llvm.cs.uiuc.edu/PR409 :
Implement the suggested check to ensure that out-of-range float constants
don't get accepted by LLVM accidentally. Adjust the supporting test cases
as well.
---
Diffs of the changes: (+0 -1)
2004-12-06-ConstantFloatRange.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll
diff -u llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.2 llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.3
--- llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.2 Tue Dec 7 20:25:32 2004
+++ llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll Thu Dec 22 15:07:29 2005
@@ -1,5 +1,4 @@
; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type"
-; XFAIL: *
;; This is a testcase for PR409
More information about the llvm-commits
mailing list