[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
index 87369fb6bd4cf6a3717fe7e6bc707c00921bdbd2..f43675b8463909388687c98fea145663ffe67fcb 100644 (file)
@@ -8,10 +8,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/CallGraph.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Module.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;