commit | a12dc61def3913904e80fcdb8a820dee34c3c5bc | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Mon Aug 21 04:57:01 2006 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Mon Aug 21 04:57:01 2006 +0000 |
tree | 9bacea1ed33ea3a64876df7853a35e5e3f91faba | |
parent | c295914b7ad5a4bd626e85ee4b3563c0e42a93be [diff] [blame] |
Fix a build failure llvm-svn: 29786
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 6d3b3b6..3800994 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp
@@ -26,7 +26,7 @@ #include "llvm/Support/PluginLoader.h" #include "llvm/Support/SystemUtils.h" #include "llvm/Support/Timer.h" -#include "llvm/LinkAllPasses.h" +#include "llvm/Transforms/LinkAllPasses.h" #include "llvm/LinkAllVMCore.h" #include <fstream> #include <memory>