Add and use DominatorTreeBase::findNearestCommonDominator().
authorDevang Patel <dpatel@apple.com>
Mon, 11 Jun 2007 23:31:22 +0000 (23:31 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 11 Jun 2007 23:31:22 +0000 (23:31 +0000)
commitfe7d4e50b8a34e660a8713da79613041987c19d6
tree209458250cd746aac738b8eb7cd58eba46fce3d3
parent976e2da081519d3438da6bf8e5ae7b25cc3433e4
Add and use DominatorTreeBase::findNearestCommonDominator().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37545 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/Transforms/Utils/LoopSimplify.cpp
lib/VMCore/Dominators.cpp