summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.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
commit235e24a90e03e6a1f4b16e85b34d9e5ee91197c2 (patch)
tree7d59d305835b718b359ed0cf1c8523598c932f15 /lib/CodeGen/CodeGenModule.cpp
parentde49053bc1fc8082b3a2248389af9d53e2a9daa3 (diff)
downloadclang-235e24a90e03e6a1f4b16e85b34d9e5ee91197c2.tar.gz
clang-235e24a90e03e6a1f4b16e85b34d9e5ee91197c2.tar.bz2
clang-235e24a90e03e6a1f4b16e85b34d9e5ee91197c2.tar.xz
[Modules] Update to reflect the move of CallSite into the IR library in
LLVM r202816. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp
index 6173489993..f0265b33f5 100644
--- a/lib/CodeGen/CodeGenModule.cpp
+++ b/lib/CodeGen/CodeGenModule.cpp
@@ -41,12 +41,12 @@
#include "clang/Sema/SemaDiagnostic.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/Triple.h"
+#include "llvm/IR/CallSite.h"
#include "llvm/IR/CallingConv.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/ConvertUTF.h"
#include "llvm/Support/ErrorHandling.h"