mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-02 04:20:05 +02:00
Use llvm::CallSite instead of custom CallOrInvoke class.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#include "llvm/Analysis/DebugInfo.h"
|
||||
|
||||
#include "llvm/Support/CallSite.h"
|
||||
|
||||
#include "llvm/Support/IRBuilder.h"
|
||||
using llvm::IRBuilder;
|
||||
|
||||
@@ -47,6 +49,8 @@ using llvm::IRBuilder;
|
||||
|
||||
#define LLPATypeHolder llvm::PATypeHolder
|
||||
|
||||
#define LLCallSite llvm::CallSite
|
||||
|
||||
#define LLSmallVector llvm::SmallVector
|
||||
|
||||
using llvm::APFloat;
|
||||
|
||||
Reference in New Issue
Block a user