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