llvm-6502/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
2009-09-09 00:09:15 +00:00

11 lines
235 B
LLVM

; 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
}