[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Analysis / MemDepPrinter.cpp
index 9242318f65ff3364f0ae8e0c23381396b8c8f50c..b6c903cd6b4ffd308a6b19fbd8cd5c401b2da9bd 100644 (file)
@@ -13,9 +13,9 @@
 #include "llvm/Analysis/Passes.h"
 #include "llvm/ADT/SetVector.h"
 #include "llvm/Analysis/MemoryDependenceAnalysis.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/InstIterator.h"
 #include "llvm/IR/LLVMContext.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;