[PATCH] D59938: [DebugInfo] Make InstrRange into a class, NFC
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 08:00:40 PDT 2019
dstenb updated this revision to Diff 194328.
dstenb added a comment.
Slight adjustment: Add an `isEnded()` query function rather than using `getEnd()`. An `isEnded()` function is added in the follow-up patch D59941 <https://reviews.llvm.org/D59941>, so we can avoid unnecessary diffs in that patch by adding such a function here also.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59938/new/
https://reviews.llvm.org/D59938
Files:
include/llvm/CodeGen/DbgEntityHistoryCalculator.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59938.194328.patch
Type: text/x-patch
Size: 10077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190409/f4c940d3/attachment.bin>
More information about the llvm-commits
mailing list