summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
blob: 54e0aa6c0bb940e80c031ec5919fbd67be3ae253 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc < %s -march=c

        %BitField = type i32
        %tokenptr = type i32*

define void @test() {
        %pmf1 = alloca %tokenptr (%tokenptr, i8*)*              ; <%tokenptr (%tokenptr, i8*)**> [#uses=0]
        ret void
}