[PATCH] Add PostDominatorTree::getDescendants
Chandler Carruth
chandlerc at gmail.com
Tue Nov 26 11:46:51 PST 2013
LGTM
================
Comment at: include/llvm/Analysis/Dominators.h:349
@@ -348,3 +348,3 @@
- /// Get all nodes dominated by R, including R itself. Return true on success.
+ /// Get all nodes dominated by R, including R itself.
void getDescendants(NodeT *R, SmallVectorImpl<NodeT *> &Result) const {
----------------
Feel free to just commit obvious comment fixes like this. No need for post-commit review.
http://llvm-reviews.chandlerc.com/D2273
More information about the llvm-commits
mailing list