[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / CodeGen / ShadowStackGC.cpp
index 10f64c709c7a325130c9e3efb34619bdfca29bb6..55c6cfc1e6f486ff4137a3d78626a573da0368d3 100644 (file)
 #include "llvm/CodeGen/GCs.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/CodeGen/GCStrategy.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Module.h"
-#include "llvm/Support/CallSite.h"
 
 using namespace llvm;