pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / CodeGen / CBackend / 2002-10-30-FunctionPointerAlloca.ll
blob54e0aa6c0bb940e80c031ec5919fbd67be3ae253
1 ; RUN: llc < %s -march=c
3         %BitField = type i32
4         %tokenptr = type i32*
6 define void @test() {
7         %pmf1 = alloca %tokenptr (%tokenptr, i8*)*              ; <%tokenptr (%tokenptr, i8*)**> [#uses=0]
8         ret void