[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / unittests / Analysis / ScalarEvolutionTest.cpp
index 90f6997e98cda836d2124509c91b72402c16479e..876a2644b3a8036e84e7e730b570d65c38fdb882 100644 (file)
@@ -14,7 +14,7 @@
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
-#include "llvm/PassManager.h"
+#include "llvm/IR/LegacyPassManager.h"
 #include "gtest/gtest.h"
 
 namespace llvm {
@@ -32,7 +32,7 @@ protected:
   }
   LLVMContext Context;
   Module M;
-  PassManager PM;
+  legacy::PassManager PM;
   ScalarEvolution &SE;
 };