initial support for frame pointers
[oota-llvm.git] / test / CodeGen / ARM / alloca.ll
1 void %f(uint %a) {
2 entry:
3         %tmp1032 = alloca ubyte, uint %a
4         ret void
5 }