aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
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 /lib/VMCore
parent65e96e57c5b8a1d6837c5c0866717c2e4aa9e2fc (diff)
downloadexternal_llvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.zip
external_llvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.tar.gz
external_llvm-fc514f40a63126bbda9404c717890f8dd6cbbcad.tar.bz2
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 'lib/VMCore')
-rw-r--r--lib/VMCore/Dominators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Dominators.cpp b/lib/VMCore/Dominators.cpp
index 59a61cb..e4eb2c1 100644
--- a/lib/VMCore/Dominators.cpp
+++ b/lib/VMCore/Dominators.cpp
@@ -6,7 +6,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/Dominators.h"
-#include "llvm/Transforms/Scalar/UnifyFunctionExitNodes.h"
+#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Support/CFG.h"
#include "Support/DepthFirstIterator.h"
#include "Support/STLExtras.h"