From: Chris Lattner Date: Fri, 19 Oct 2001 15:39:14 +0000 (+0000) Subject: Fix to reference the right header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ffa6f9ca062d410ff25c8d11907f182d022f274d;p=oota-llvm.git Fix to reference the right header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@915 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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