[llvm-commits] CVS: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 13 10:22:01 PDT 2006



Changes in directory llvm/test/Regression/Verifier:

2004-01-22-FloatNormalization.ll updated: 1.3 -> 1.4
---
Log message:

Fix an accidental commit.


---
Diffs of the changes:  (+1 -1)

 2004-01-22-FloatNormalization.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll
diff -u llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll:1.3 llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll:1.4
--- llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll:1.3	Wed Apr 12 16:57:40 2006
+++ llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll	Thu Apr 13 12:21:49 2006
@@ -1,5 +1,5 @@
 ; RUN: not llvm-as < %s -o /dev/null -f
-; XFAIL: 3.4 
+; XFAIL: *
 
 ; make sure that invalid 'float' values are caught.
 






More information about the llvm-commits mailing list