[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / include / llvm / CodeGen / Analysis.h
index b2cc7047b30b7b1e0d245fdd63d491f6837112b3..440956336dc147f1d96f448808ab3d33315c0863 100644 (file)
@@ -18,9 +18,9 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/CodeGen/ISDOpcodes.h"
 #include "llvm/CodeGen/ValueTypes.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/InlineAsm.h"
 #include "llvm/IR/Instructions.h"
-#include "llvm/Support/CallSite.h"
 
 namespace llvm {