From: Nate Begeman Date: Mon, 21 Aug 2006 04:57:01 +0000 (+0000) Subject: Fix a build failure X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da6169b9961e09dd8ff20b403a825dd0229dfd85;p=oota-llvm.git Fix a build failure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 6d3b3b648aa..3800994a628 100644 --- a/tools/opt/opt.cpp +++ b/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 #include