[Modules] Move the PassNameParser to the IR library as it deals in the
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
index beb0a6042d277473c90c11e37966201795fdfb70..d31b86f56bd033a801c5c913ffd2ba4ad523372e 100644 (file)
 #include "llvm/IR/IRPrintingPasses.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/LegacyPassNameParser.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Verifier.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/PluginLoader.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/ToolOutputFile.h"