[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / include / llvm / InstVisitor.h
index de7206da6b5f3d45fa64238eda2b0719d535689b..86ae1aada943e1295236163dc8664ab99e72934f 100644 (file)
 #ifndef LLVM_INSTVISITOR_H
 #define LLVM_INSTVISITOR_H
 
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Module.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Support/ErrorHandling.h"
 
 namespace llvm {