[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / examples / Kaleidoscope / MCJIT / cached / toy.cpp
index af51b4a8314cc03119fb26b823c510fa85432c65..4a74dc60d83020d4316d9c85cf141ef7f48451d4 100644 (file)
@@ -9,10 +9,10 @@
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/LegacyPassManager.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Verifier.h"
 #include "llvm/IRReader/IRReader.h"
-#include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"