[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
[oota-llvm.git] / tools / opt / Passes.cpp
index 1af4d52b8700d9d26832cbf44388a8e0e3cdc937..5488059905e51282ab2823e3ed6d0b492e390251 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "Passes.h"
+#include "llvm/Analysis/AssumptionCache.h"
 #include "llvm/Analysis/CGSCCPassManager.h"
 #include "llvm/Analysis/LazyCallGraph.h"
+#include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/TargetLibraryInfo.h"
 #include "llvm/IR/Dominators.h"
 #include "llvm/IR/IRPrintingPasses.h"