diff options
author | James Y Knight <jyknight@google.com> | 2019-01-30 02:54:28 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2019-01-30 02:54:28 +0000 |
commit | 3933addd30b4c67795abaabf1cf557152f7738c9 (patch) | |
tree | e9de1b05d84cbca89a4019e3215c60babf4f7979 /clang/lib/CodeGen/CGBlocks.cpp | |
parent | 045bc9a4a6089d97063e373c350ff05a8641c716 (diff) | |
download | bcm5719-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.cpp | 1 |
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" |