X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2F2003-08-15-AllocaAssertion.ll;h=bee409c144114e2f289de344fc1cf60f659bc207;hb=d5dd8ce2a5336df4e4b4cc04d23e4018d93944f9;hp=55ce689b865b00a4a4268a21fa90e3deeeb3f92a;hpb=4437658aff84fa25563740c806a091de1395e5f4;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll b/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll index 55ce689b865..bee409c1441 100644 --- a/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll +++ b/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll @@ -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.