mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
142428ce64
llvm-svn: 81293
11 lines
235 B
LLVM
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
|
|
}
|
|
|