diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 757194d89b17..514b7f32e900 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -12,7 +12,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Optimizations/AllOpts.h" #include "llvm/Transforms/Instrumentation/TraceValues.h" -#include "llvm/Transforms/PrintModulePass.h" +#include "llvm/Assembly/PrintModulePass.h" #include "llvm/Transforms/ConstantMerge.h" #include