[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll

Chris Lattner sabre at nondot.org
Tue Oct 17 18:21:49 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

2006-10-17-ppc64-alloca.ll added (r1.1)
---
Log message:

new testcase


---
Diffs of the changes:  (+6 -0)

 2006-10-17-ppc64-alloca.ll |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll:1.1
*** /dev/null	Tue Oct 17 20:21:45 2006
--- llvm/test/Regression/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll	Tue Oct 17 20:21:35 2006
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=ppc64
+ 
+ int * %foo(uint %n) {
+ 	%A = alloca int, uint %n
+ 	ret int* %A
+ }






More information about the llvm-commits mailing list