Reinstate "Nuke the old JIT."
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-08-15-AllocaAssertion.ll
index 55ce689b865b00a4a4268a21fa90e3deeeb3f92a..bee409c144114e2f289de344fc1cf60f659bc207 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit %s > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.