[Modules] Update to reflect the move of CallSite into the IR library in

LLVM r202816.

llvm-svn: 202817
This commit is contained in:
Chandler Carruth
2014-03-04 11:02:08 +00:00
parent 219b89b987
commit c80ceea90b
11 changed files with 11 additions and 11 deletions

View File

@@ -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"