1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
2007-01-17 07:59:14 +00:00

7 lines
118 B
LLVM

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