Skip to content
Commit 2dcab00d authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 10a032ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment