llvm-6502/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll

13 lines
186 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=c
%BitField = type int
%tokenptr = type %BitField*
implementation
void %test() {
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
ret void
}