diff options
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/2004-01-22-FloatNormalization.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll new file mode 100644 index 0000000..8fbfe19 --- /dev/null +++ b/test/Verifier/2004-01-22-FloatNormalization.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as < %s -o /dev/null -f +; XFAIL: * + +; make sure that invalid 'float' values are caught. + +global float 0x1 |