summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
blob: 021adb9c88735e754fea596da8ba53eec09bf412 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -march=c

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

OpenPOWER on IntegriCloud