initial support for frame pointers
[oota-llvm.git] / test / CodeGen / ARM / alloca.ll
diff --git a/test/CodeGen/ARM/alloca.ll b/test/CodeGen/ARM/alloca.ll
new file mode 100644 (file)
index 0000000..ec598ab
--- /dev/null
@@ -0,0 +1,5 @@
+void %f(uint %a) {
+entry:
+       %tmp1032 = alloca ubyte, uint %a
+       ret void
+}