[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index ddcb27cadfa68ba782b18f22430911c5b89f0e8e..679c820e559bc5bbfbb50a7a515ceff7e229d384 100644 (file)
@@ -28,9 +28,9 @@
 #include "llvm/CodeGen/RuntimeLibcalls.h"
 #include "llvm/CodeGen/SelectionDAGNodes.h"
 #include "llvm/IR/Attributes.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/CallingConv.h"
 #include "llvm/IR/InlineAsm.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Target/TargetCallingConv.h"
 #include "llvm/Target/TargetMachine.h"
 #include <climits>