[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / IR / Instruction.cpp
index fd5bcc904fb47f79a5a1efbd2b28fd06e5a76dff..a08cd9ff106ce82d43fbb899988fd827a88e3483 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/IR/Instruction.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/Type.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/LeakDetector.h"
 using namespace llvm;