diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-19 15:39:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-19 15:39:14 +0000 |
commit | ffa6f9ca062d410ff25c8d11907f182d022f274d (patch) | |
tree | 76a2a2fe5873b26cc00da6b2ed45a468265f4e1f /tools | |
parent | 0fd8dc809975e6ac13fec7d2459d8d387e05a1fa (diff) | |
download | external_llvm-ffa6f9ca062d410ff25c8d11907f182d022f274d.zip external_llvm-ffa6f9ca062d410ff25c8d11907f182d022f274d.tar.gz external_llvm-ffa6f9ca062d410ff25c8d11907f182d022f274d.tar.bz2 |
Fix to reference the right header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 757194d..514b7f3 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 <fstream> |