[PATCH] D68063: Propeller: LLVM support for basic block sections
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 11:21:05 PST 2020
aprantl added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/EHStreamer.h:73
+ // Structure describing a contiguous range of call-sites which reside
+ // in the same function part.
+ struct CallSiteRange {
----------------
///
================
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;
----------------
///
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68063/new/
https://reviews.llvm.org/D68063
More information about the llvm-commits
mailing list