repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
blob
08060bf3d6f11bda64d26abfb9078191e7ee1be3
1
; RUN: llc < %s
2
3
define void @test() {
4
%X = alloca { } ; <{ }*> [#uses=0]
5
ret void
6
}