Skip to content
Snippets Groups Projects
Commit 8157505f authored by Chris Lattner's avatar Chris Lattner
Browse files

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. :)

llvm-svn: 8460
parent 2dcab00d
No related merge requests found
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