diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll b/llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll index bee409c1441..55ce689b865 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll @@ -1,4 +1,4 @@ -; RUN: %lli %s > /dev/null +; RUN: %lli_mcjit %s > /dev/null ; This testcase failed to work because two variable sized allocas confused the ; local register allocator. |

