aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopSimplify.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-10-18 05:13:52 +0000
committerOwen Anderson <resistor@mac.com>2007-10-18 05:13:52 +0000
commitca831a829d7a3ce67142378e653b12ae963bf8c1 (patch)
tree6017ad7f5ed2d5e943a2af121db213cf180f5581 /llvm/lib/Transforms/Utils/LoopSimplify.cpp
parenta78c464c9ecf519ec0908294294c7539c7f5384f (diff)
downloadllvm-ca831a829d7a3ce67142378e653b12ae963bf8c1.zip
llvm-ca831a829d7a3ce67142378e653b12ae963bf8c1.tar.gz
llvm-ca831a829d7a3ce67142378e653b12ae963bf8c1.tar.bz2
Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h
in CodeExtractor and LoopSimplify unnecessary. Hartmut, could you confirm that this fixes the issues you were seeing? llvm-svn: 43115
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LoopSimplify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopSimplify.cpp b/llvm/lib/Transforms/Utils/LoopSimplify.cpp
index cf0dd07c..20eecd6 100644
--- a/llvm/lib/Transforms/Utils/LoopSimplify.cpp
+++ b/llvm/lib/Transforms/Utils/LoopSimplify.cpp
@@ -40,7 +40,6 @@
#include "llvm/Type.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/Dominators.h"
-#include "llvm/Analysis/DominatorInternals.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"