[PATCH] D83094: Analysis: Add a GenericCycleInfo analysis

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 14:11:00 PDT 2020


tschuett added inline comments.


================
Comment at: llvm/include/llvm/Analysis/GenericCycleInfo.h:146
+  /// The entry block(s) of the cycle. The first entry is the header.
+  SmallVector<CfgBlockRef, 1> m_entries;
+
----------------
m_XX looks like LLDB coding style and not LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83094



More information about the llvm-commits mailing list