summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:02:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:02:08 +0000
commitc80ceea90b243f67b7b07d6a7e03e787fb0f8bf6 (patch)
tree4e194677616bc8b67848fa5d3979eca108bc4285 /clang/lib/CodeGen/CGObjCGNU.cpp
parent219b89b9879f13d7948bf52b68d1a13783b8c808 (diff)
downloadbcm5719-llvm-c80ceea90b243f67b7b07d6a7e03e787fb0f8bf6.tar.gz
bcm5719-llvm-c80ceea90b243f67b7b07d6a7e03e787fb0f8bf6.zip
[Modules] Update to reflect the move of CallSite into the IR library in
LLVM r202816. llvm-svn: 202817
Diffstat (limited to 'clang/lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r--clang/lib/CodeGen/CGObjCGNU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp
index c8677adf400..a78f9538f73 100644
--- a/clang/lib/CodeGen/CGObjCGNU.cpp
+++ b/clang/lib/CodeGen/CGObjCGNU.cpp
@@ -27,11 +27,11 @@
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
+#include "llvm/IR/CallSite.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
-#include "llvm/Support/CallSite.h"
#include "llvm/Support/Compiler.h"
#include <cstdarg>
OpenPOWER on IntegriCloud