1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Bitcode
Nikita Popov 70eea896a4 [OpaquePtr] Support call instruction
Add support for call of opaque pointer, currently only possible for
indirect calls.

This requires a bit of special casing in LLParser, as calls do not
specify the callee operand type explicitly.

Differential Revision: https://reviews.llvm.org/D104740
2021-06-23 20:17:26 +02:00
..
Reader [OpaquePtr] Support call instruction 2021-06-23 20:17:26 +02:00
Writer [OpaquePtr] Support call instruction 2021-06-23 20:17:26 +02:00
CMakeLists.txt