[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/alloca.ll
Rafael Espindola
rafael.espindola at gmail.com
Thu Oct 26 06:31:40 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
alloca.ll added (r1.1)
---
Log message:
initial support for frame pointers
---
Diffs of the changes: (+5 -0)
alloca.ll | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/alloca.ll
diff -c /dev/null llvm/test/Regression/CodeGen/ARM/alloca.ll:1.1
*** /dev/null Thu Oct 26 08:31:36 2006
--- llvm/test/Regression/CodeGen/ARM/alloca.ll Thu Oct 26 08:31:26 2006
***************
*** 0 ****
--- 1,5 ----
+ void %f(uint %a) {
+ entry:
+ %tmp1032 = alloca ubyte, uint %a
+ ret void
+ }
More information about the llvm-commits
mailing list