2002-09-20-ArrayTypeFailure.ll   [plain text]


; RUN: llvm-as < %s | llc -march=c

define void @test() {
        %X = alloca [4 x i32]           ; <[4 x i32]*> [#uses=0]
        ret void
}