xref
: /
llvm-project
/
llvm
/
test
/
CodeGen
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
(revision 0e8bd5a44a1bd8034706189b49a7a816c59304cd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
; RUN: llc < %s
2
3
define void @test() {
4
%X = alloca { } ; <ptr> [#uses=0]
5
ret void
6
}
7