[PATCH] D59967: [llvm][NFC] Factor out logic for getting incoming & back Loop edges

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 15:56:31 PDT 2019


davidxl added inline comments.


================
Comment at: llvm/include/llvm/Analysis/LoopInfo.h:524
 
+  /// Obtain the unique incoming and back edge, and return true. Return false
+  /// if they are non-unique or the loop is dead.
----------------
nit about wording:
  Obtain the unique incoming and back edge.  Return false if ....; otherwise return true.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59967/new/

https://reviews.llvm.org/D59967





More information about the llvm-commits mailing list