repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
CodeGen
/
PowerPC
/
2006-10-17-ppc64-alloca.ll
blob
3284f0a624f67c0dacae8df3954a975f9edcdc28
1
; RUN: llc < %s -march=ppc64
2
3
define i32* @foo(i32 %n) {
4
%A = alloca i32, i32 %n ; <i32*> [#uses=1]
5
ret i32* %A
6
}
7