Rework dominator and post dominator information so that we do not have to
authorChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 20:36:51 +0000 (20:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 20:36:51 +0000 (20:36 +0000)
commit420a8bf2b2276acdb4d7004ae251a2460999c0e4
tree346223450312bbf15c09a9f9a105a0f1956ca39f
parent1df2998451793ba5afae6972af242c4c36ac133d
Rework dominator and post dominator information so that we do not have to
unify all exit nodes of a function to compute post-dominance information.
This does not work with functions that have both unwind and return nodes,
because we cannot unify these blocks.  The new implementation is better
anyway. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8459 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/PostDominators.h