[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / ExecutionEngine / OrcMCJIT / 2003-08-15-AllocaAssertion.ll
blob43c26b7e1a09f92e5a745dc07095a2a987349b1e
1 ; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
3 ; This testcase failed to work because two variable sized allocas confused the
4 ; local register allocator.
6 define i32 @main(i32 %X) {
7         %A = alloca i32, i32 %X         ; <i32*> [#uses=0]
8         %B = alloca float, i32 %X               ; <float*> [#uses=0]
9         ret i32 0