llvm-for-llvmta/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObj...

7 lines
118 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc < %s
define void @test() {
%X = alloca { } ; <{ }*> [#uses=0]
ret void
}