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
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to