[PATCH] D59938: [DebugInfo] Make InstrRange into a class, NFC
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 10:05:14 PDT 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/CodeGen/DbgEntityHistoryCalculator.h:45
+
+ bool isEnded() const { return End; }
+
----------------
I think the proper terminology for this may be isOpen / is Closed? https://en.wikipedia.org/wiki/Interval_(mathematics)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59938/new/
https://reviews.llvm.org/D59938
More information about the llvm-commits
mailing list