diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/simpletest.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/simpletest.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ExecutionEngine/MCJIT/simpletest.ll b/test/ExecutionEngine/MCJIT/simpletest.ll deleted file mode 100644 index 4562aa6012..0000000000 --- a/test/ExecutionEngine/MCJIT/simpletest.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: %lli -use-mcjit %s > /dev/null - -define i32 @bar() { - ret i32 0 -} - -define i32 @main() { - %r = call i32 @bar( ) ; <i32> [#uses=1] - ret i32 %r -} - |