Rework post dominator information so that we do not have to
authorChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 20:37:08 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 20:37:08 +0000 (20:37 +0000)
commit706e61ead9b7913098ff3fbf729263a36e01f1b9
treea1faa358ceafda213e511b15d9c42b4ecad8cae0
parent420a8bf2b2276acdb4d7004ae251a2460999c0e4
Rework 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@8460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PostDominators.cpp