mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
a14ade019e
llvm-svn: 4474
11 lines
150 B
LLVM
11 lines
150 B
LLVM
|
|
%BitField = type int
|
|
%tokenptr = type %BitField*
|
|
|
|
implementation
|
|
|
|
void %test() {
|
|
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
|
|
ret void
|
|
}
|