mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
b6a27ed83f
llvm-svn: 48762
8 lines
149 B
LLVM
8 lines
149 B
LLVM
; RUN: llvm-as < %s | llc -march=ppc64
|
|
|
|
define i32* @foo(i32 %n) {
|
|
%A = alloca i32, i32 %n ; <i32*> [#uses=1]
|
|
ret i32* %A
|
|
}
|
|
|