summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 19:18:48 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 19:18:48 +0000
commitfc514f40a63126bbda9404c717890f8dd6cbbcad (patch)
tree8463551992704e6f89548e9fb428355657cdc835 /tools
parent65e96e57c5b8a1d6837c5c0866717c2e4aa9e2fc (diff)
downloadllvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.tar.gz
llvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.tar.bz2
llvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.tar.xz
Move UnifyFunctionExitNodes to Utils library: final resting place this time
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 6a983abbc8..c61ecfa1a6 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -29,7 +29,7 @@
#include "llvm/Transforms/Scalar/InstructionCombining.h"
#include "llvm/Transforms/Scalar/PromoteMemoryToRegister.h"
#include "llvm/Transforms/Scalar/SymbolStripping.h"
-#include "llvm/Transforms/Scalar/UnifyFunctionExitNodes.h"
+#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
#include "llvm/Transforms/Instrumentation/ProfilePaths.h"
#include "Support/CommandLine.h"