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/CodeExtractor.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/CodeExtractor.cpp')
-rw-r--r-- | lib/Transforms/Utils/CodeExtractor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/CodeExtractor.cpp b/lib/Transforms/Utils/CodeExtractor.cpp index e2f1489b03..c42d5e177d 100644 --- a/lib/Transforms/Utils/CodeExtractor.cpp +++ b/lib/Transforms/Utils/CodeExtractor.cpp @@ -21,7 +21,6 @@ #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/Analysis/Dominators.h" -#include "llvm/Analysis/DominatorInternals.h" #include "llvm/Analysis/LoopInfo.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" |