llvm-6502/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll

7 lines
103 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=ppc64
int * %foo(uint %n) {
%A = alloca int, uint %n
ret int* %A
}