repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2006-10-17-ppc64-alloca.ll
blob
d116caf06de0c69ef47123dab5a20d1d286e97a2
1
; RUN: llc < %s -mtriple=ppc64--
2
3
define ptr @foo(i32 %n) {
4
%A = alloca i32, i32 %n ; <ptr> [#uses=1]
5
ret ptr %A
6
}
7