diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/non-extern-addend.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/non-extern-addend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend.ll b/test/ExecutionEngine/MCJIT/non-extern-addend.ll index e0827f6..72e67ae 100644 --- a/test/ExecutionEngine/MCJIT/non-extern-addend.ll +++ b/test/ExecutionEngine/MCJIT/non-extern-addend.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null define i32 @foo(i32 %x, i32 %y, double %d) { entry: |