mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
7 lines
118 B
LLVM
7 lines
118 B
LLVM
; RUN: llc < %s
|
|
|
|
define void @test() {
|
|
%X = alloca { } ; <{ }*> [#uses=0]
|
|
ret void
|
|
}
|