[PATCH] D50173: [Dominators] Refine the logic of recalculate() in the DomTreeUpdater

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 09:01:15 PDT 2018


kuhar accepted this revision.
kuhar added a comment.
This revision is now accepted and ready to land.

Looks good, thanks for the patch!



================
Comment at: include/llvm/IR/DomTreeUpdater.h:164
+  /// awaiting deletion immediately.
+  void recalculate(Function &F);
 
----------------
I like this comment, it's brief but straight to the point!


Repository:
  rL LLVM

https://reviews.llvm.org/D50173





More information about the llvm-commits mailing list