From 3933addd30b4c67795abaabf1cf557152f7738c9 Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Wed, 30 Jan 2019 02:54:28 +0000 Subject: Cleanup: replace uses of CallSite with CallBase. llvm-svn: 352595 --- clang/lib/CodeGen/CGBlocks.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CGBlocks.cpp') 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" -- cgit v1.2.3