summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll b/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
deleted file mode 100644
index 524a724c47..0000000000
--- a/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: %lli -use-mcjit -force-interpreter=true %s
-
-define i32 @main() {
- %a = add i32 0, undef
- %b = fadd float 0.0, undef
- %c = fadd double 0.0, undef
- ret i32 0
-}