llvm-6502/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
2009-09-09 00:09:15 +00:00

8 lines
133 B
LLVM

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