diff options
author | Owen Anderson <resistor@mac.com> | 2007-10-18 05:13:52 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-10-18 05:13:52 +0000 |
commit | 7b714321df4d286018d594c9c9f132f343dbabdc (patch) | |
tree | 8da01ff618c20f4a31ba928f30c538ff38e0d70c /lib/Transforms/Utils/LoopSimplify.cpp | |
parent | cd2858ee16040e208958d6ba2142dcbd461116ed (diff) |
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?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LoopSimplify.cpp')
-rw-r--r-- | lib/Transforms/Utils/LoopSimplify.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp index cf0dd07cd0..20eecd6f33 100644 --- a/lib/Transforms/Utils/LoopSimplify.cpp +++ b/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" |