mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
6b3162eb16
llvm-svn: 11486
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
|
|
}
|