[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Transforms / Scalar / ScalarReplAggregates.cpp
index 451448ace3498b68ea3c268f454581e685d9d4b6..e3cec3bb5e6d81e6e15b9fd55ad40ea9e414b9ed 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/Analysis/ValueTracking.h"
 #include "llvm/DIBuilder.h"
 #include "llvm/DebugInfo.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/DerivedTypes.h"
@@ -42,7 +43,6 @@
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Operator.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"