repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
blob
b2bea1c6be3b0c86cdb8f80714e9ca489eee8a40
1
; RUN: llvm-as < %s | llc
2
3
define void @test() {
4
%X = alloca { } ; <{ }*> [#uses=0]
5
ret void
6
}