summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
blob: 048e045b31e61109aa419fcf1df0f414e7d5cddb (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -march=c

%X = type { i32, float }

define void @test() {
        getelementptr %X* null, i64 0, i32 1            ; <float*>:1 [#uses=0]
        ret void
}

OpenPOWER on IntegriCloud