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

