From ffa6f9ca062d410ff25c8d11907f182d022f274d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 19 Oct 2001 15:39:14 +0000 Subject: [PATCH] Fix to reference the right header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@915 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 757194d89b1..514b7f32e90 100644 --- a/tools/opt/opt.cpp +++ b/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 -- 2.34.1