Add PostDominatorTree::getDescendants.
authorDiego Novillo <dnovillo@google.com>
Tue, 26 Nov 2013 20:11:12 +0000 (20:11 +0000)
committerDiego Novillo <dnovillo@google.com>
Tue, 26 Nov 2013 20:11:12 +0000 (20:11 +0000)
commit4e37ce82aaf13385e3113a7e7a68c0b97ef0078b
tree654bba820ac8cd94a40ac91ccde4fca550197d36
parent9a9fe4da63f334f8766e839fb390d96747898f7b
Add PostDominatorTree::getDescendants.

This patch adds the counter-part to DominatorTree::getDescendants.
It also fixes a couple of comments I noticed out of date in the
DominatorTree class.

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