blob: adb5440ec3d45c82a475e646c294ab6ecd2c5e89 [file] [log] [blame]
; RUN: llc < %s -march=c
define void @test() {
%X = alloca [4 x i32] ; <[4 x i32]*> [#uses=0]
ret void
}