1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Chandler Carruth b638387207 [CallSite removal] Add CallBase support to the InstVisitor in such
a way that it still supports `CallSite` but users can be ported to rely
on `CallBase` instead.

This will unblock the ports across the analysis and transforms libraries
(and out-of-tree users) and once done we can clean this up by removing
the `CallSite` layer.

Differential Revision: https://reviews.llvm.org/D56182

llvm-svn: 350502
2019-01-07 05:15:49 +00:00
..
llvm [CallSite removal] Add CallBase support to the InstVisitor in such 2019-01-07 05:15:49 +00:00
llvm-c [LLVM-C] Expand LLVMRelocMode 2019-01-03 00:33:44 +00:00