summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
blob: c981c269dc3cb3141113902649fe99559bf0a4ca (plain)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64

int * %foo(uint %n) {
	%A = alloca int, uint %n
	ret int* %A
}
OpenPOWER on IntegriCloud