1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll

7 lines
118 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64
2006-10-18 03:21:35 +02:00
int * %foo(uint %n) {
%A = alloca int, uint %n
ret int* %A
}