Factor some code from the DomTree and PostDomTree calculate methods up into
authorOwen Anderson <resistor@mac.com>
Wed, 3 Oct 2007 03:20:17 +0000 (03:20 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 3 Oct 2007 03:20:17 +0000 (03:20 +0000)
commit471ab54df756f2f48c9146ad897672662c3f25f9
tree8cdee7f6b6c84fda8f9d08aa7f780e9ebb0da144
parent7687bd0b2bbff184586f0b4058b93d013a1ce508
Factor some code from the DomTree and PostDomTree calculate methods up into
each one's runOnFunction method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42563 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/PostDominators.h
lib/Analysis/PostDominatorCalculation.h
lib/Analysis/PostDominators.cpp
lib/VMCore/DominatorCalculation.h
lib/VMCore/Dominators.cpp