[PATCH] D38331: [Dominators] Add DFS number verification
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 14:04:54 PDT 2017
kuhar added inline comments.
================
Comment at: include/llvm/Support/GenericDomTreeConstruction.h:1394
+
+ // Make a copy and sort is such that it is possible to check if there are
+ // no gaps between DFS numbers of adjacent children.
----------------
s/sort is/sort it
https://reviews.llvm.org/D38331
More information about the llvm-commits
mailing list