[PATCH] D68063: Propeller: LLVM support for basic block sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 14:24:35 PST 2020


tmsriram marked 2 inline comments as done.
tmsriram added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/EHStreamer.h:76
+    // Index of the first call-site entry in the call-site table which
+    // belongs to this range.
+    unsigned CallSiteBeginIdx = 0;
----------------
aprantl wrote:
> ///
This seems alright, other structs use the same style for per-field comments.


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

https://reviews.llvm.org/D68063





More information about the llvm-commits mailing list