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

        %BitField = type i32
        %tokenptr = type i32*

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