llvm/test/CodeGen/ARM/alloca.ll
Reid Spencer 8b93a9c609 Add a run line to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31211 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-27 05:30:23 +00:00

7 lines
109 B
LLVM

; RUN: llvm-as < %s | llc -march=arm
void %f(uint %a) {
entry:
%tmp1032 = alloca ubyte, uint %a
ret void
}