summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2019-01-30 02:54:28 +0000
committerJames Y Knight <jyknight@google.com>2019-01-30 02:54:28 +0000
commit3933addd30b4c67795abaabf1cf557152f7738c9 (patch)
treee9de1b05d84cbca89a4019e3215c60babf4f7979 /clang/lib/CodeGen/CGBlocks.cpp
parent045bc9a4a6089d97063e373c350ff05a8641c716 (diff)
downloadbcm5719-llvm-3933addd30b4c67795abaabf1cf557152f7738c9.tar.gz
bcm5719-llvm-3933addd30b4c67795abaabf1cf557152f7738c9.zip
Cleanup: replace uses of CallSite with CallBase.
llvm-svn: 352595
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index b7c8cbdc90f..4df46eb9b5a 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -22,7 +22,6 @@
#include "clang/AST/DeclObjC.h"
#include "clang/CodeGen/ConstantInitBuilder.h"
#include "llvm/ADT/SmallSet.h"
-#include "llvm/IR/CallSite.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/ScopedPrinter.h"
OpenPOWER on IntegriCloud