[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARC.h
index ce04f3eab27c0666bfb564efe63a59b98c483e62..f71cf2bd4399530dd977c506399183d7482e8e1e 100644 (file)
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Analysis/Passes.h"
 #include "llvm/Analysis/ValueTracking.h"
+#include "llvm/IR/CallSite.h"
 #include "llvm/IR/InstIterator.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/Transforms/ObjCARC.h"
 #include "llvm/Transforms/Utils/Local.h"