Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInte...
authorOwen Anderson <resistor@mac.com>
Thu, 18 Oct 2007 05:13:52 +0000 (05:13 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 18 Oct 2007 05:13:52 +0000 (05:13 +0000)
commit7b714321df4d286018d594c9c9f132f343dbabdc
tree8da01ff618c20f4a31ba928f30c538ff38e0d70c
parentcd2858ee16040e208958d6ba2142dcbd461116ed
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
include/llvm/Analysis/DominatorInternals.h
include/llvm/Analysis/Dominators.h
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/LoopSimplify.cpp