Fix to reference the right header
authorChris Lattner <sabre@nondot.org>
Fri, 19 Oct 2001 15:39:14 +0000 (15:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Oct 2001 15:39:14 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@915 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index 757194d89b179a76e18abb26e43932a0960ac654..514b7f32e900ae03d29c5f66f83411e642d87fe9 100644 (file)
@@ -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 <fstream>