[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Transforms / Utils / GlobalStatus.cpp
index 5f0a563ceec0f75bd362b4e90cc813a1d010f811..17d6258cf030039a29133453a3680eed755076fd 100644 (file)
@@ -9,9 +9,9 @@
 
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/IntrinsicInst.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Transforms/Utils/GlobalStatus.h"
 
 using namespace llvm;