aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/alloca.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-10-26 13:31:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-10-26 13:31:26 +0000
commit7ae68ab3bccb6ef2d0e4c489f0648dc5d37ae362 (patch)
treee006b77db2029f4c891dab5101b9cb342f2ef322 /test/CodeGen/ARM/alloca.ll
parent72ddc211e97aedcce0cd695bb6d7bf320b4361ac (diff)
downloadexternal_llvm-7ae68ab3bccb6ef2d0e4c489f0648dc5d37ae362.zip
external_llvm-7ae68ab3bccb6ef2d0e4c489f0648dc5d37ae362.tar.gz
external_llvm-7ae68ab3bccb6ef2d0e4c489f0648dc5d37ae362.tar.bz2
initial support for frame pointers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/alloca.ll')
-rw-r--r--test/CodeGen/ARM/alloca.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/alloca.ll b/test/CodeGen/ARM/alloca.ll
new file mode 100644
index 0000000..ec598ab
--- /dev/null
+++ b/test/CodeGen/ARM/alloca.ll
@@ -0,0 +1,5 @@
+void %f(uint %a) {
+entry:
+ %tmp1032 = alloca ubyte, uint %a
+ ret void
+}