mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
b1a1627385
llvm-svn: 3358
9 lines
103 B
LLVM
9 lines
103 B
LLVM
|
|
|
|
|
|
void %test(int %X) {
|
|
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
|
|
ret void
|
|
|
|
}
|