YouCompleteMe/cpp/llvm/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll

7 lines
118 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llc < %s
define void @test() {
%X = alloca { } ; <{ }*> [#uses=0]
ret void
}