summaryrefslogtreecommitdiff
path: root/test/Verifier
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-13 17:21:49 +0000
committerChris Lattner <sabre@nondot.org>2006-04-13 17:21:49 +0000
commitd9498ebcc3f7d22b6bcc7edae852f9f794662adf (patch)
tree2fd408d06c86f1b2129dd6f86bc50670f47ed3c8 /test/Verifier
parentd8200069fab1dbb816f6fe14e5135169517aa1a1 (diff)
downloadllvm-d9498ebcc3f7d22b6bcc7edae852f9f794662adf.tar.gz
llvm-d9498ebcc3f7d22b6bcc7edae852f9f794662adf.tar.bz2
llvm-d9498ebcc3f7d22b6bcc7edae852f9f794662adf.tar.xz
Fix an accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r--test/Verifier/2004-01-22-FloatNormalization.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll
index c86bf72eb3..c5886c0c71 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.