1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll

11 lines
235 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=c
2004-11-06 22:40:51 +01:00
%BitField = type i32
%tokenptr = type i32*
define void @test() {
%pmf1 = alloca %tokenptr (%tokenptr, i8*)* ; <%tokenptr (%tokenptr, i8*)**> [#uses=0]
ret void
}