diff options
| author | Lukas Zaoral <lzaoral@redhat.com> | 2020-09-12 11:02:29 +0200 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-09-26 21:31:49 +0100 |
| commit | 3983b23eac93b0e6f28ffba4b626401c5280c10f (patch) | |
| tree | 5589ff2a11f892cb4911c235e7856ef965cc4059 /lib/Core/Searcher.cpp | |
| parent | e9aaebb43b5789692377e7b367813e8b3b728484 (diff) | |
| download | klee-3983b23eac93b0e6f28ffba4b626401c5280c10f.tar.gz | |
Replace llvm::CallSite with llvm::CallBase on LLVM 8+
This is in preparation for LLVM 11 as the llvm:CallSite class has been removed.
Diffstat (limited to 'lib/Core/Searcher.cpp')
| -rw-r--r-- | lib/Core/Searcher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Core/Searcher.cpp b/lib/Core/Searcher.cpp index 32a1e1bd..37c40897 100644 --- a/lib/Core/Searcher.cpp +++ b/lib/Core/Searcher.cpp @@ -26,7 +26,6 @@ #include "klee/Support/ModuleUtil.h" #include "klee/System/Time.h" -#include "llvm/IR/CallSite.h" #include "llvm/IR/Constants.h" #include "llvm/IR/Instructions.h" #include "llvm/IR/Module.h" |
