Chris Lattner e7c33c0f65 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. :)

llvm-svn: 8459
2003-09-10 20:36:51 +00:00
..
2003-08-18 14:43:39 +00:00
2003-09-08 18:54:16 +00:00
2003-09-01 20:41:21 +00:00
2003-08-31 02:50:07 +00:00
2003-09-05 02:30:18 +00:00
2003-08-21 22:14:26 +00:00
2003-08-23 23:15:10 +00:00
2003-09-02 21:54:56 +00:00
2003-08-29 05:08:31 +00:00