commit | d9498ebcc3f7d22b6bcc7edae852f9f794662adf | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Apr 13 17:21:49 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Apr 13 17:21:49 2006 +0000 |
tree | 2fd408d06c86f1b2129dd6f86bc50670f47ed3c8 | |
parent | d8200069fab1dbb816f6fe14e5135169517aa1a1 [diff] [blame] |
Fix an accidental commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27661 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll index c86bf72..c5886c0 100644 --- a/test/Verifier/2004-01-22-FloatNormalization.ll +++ b/test/Verifier/2004-01-22-FloatNormalization.ll
@@ -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.