From 3923967f1eb40b9cad7702ff8dc2482d1ffbca8c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 19 Oct 2001 15:39:14 +0000 Subject: Fix to reference the right header llvm-svn: 915 --- llvm/tools/opt/opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/opt/opt.cpp') diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 757194d89b1..514b7f32e90 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 -- cgit v1.2.3