projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a run line to this test.
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
alloca.ll
1
; RUN: llvm-as < %s | llc -march=arm
2
void %f(uint %a) {
3
entry:
4
%tmp1032 = alloca ubyte, uint %a
5
ret void
6
}