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
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
Verifier
/
2008-03-01-AllocaSized.ll
blob
079a75d792e117b3d7573577db7ee6fb9b0a8563
1
; RUN: not llvm-as %s -o /dev/null |& grep {Cannot allocate unsized type}
2
; PR2113
3
4
define void @test() {
5
%A = alloca void()
6
ret void
7
}
8