[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Transforms / Utils / InlineFunction.cpp
index d1d8870b760172fbe2f7bb88562d12535ab0197d..ed44dcdb5c09f7012f0609ea1777a4b2c2dcef37 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Analysis/InstructionSimplify.h"
 #include "llvm/DebugInfo.h"
 #include "llvm/IR/Attributes.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/DerivedTypes.h"
@@ -27,7 +28,6 @@
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Module.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Transforms/Utils/Local.h"
 using namespace llvm;