Skip to content

Commit 95c1374

Browse files
committed
Updates
1 parent 96ef797 commit 95c1374

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bolt/include/bolt/Core/DebugData.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {
277277
void finalizeSection() override;
278278

279279
// Returns true if section is empty.
280-
bool empty() {
281-
return RangesBuffer->empty();
282-
}
280+
bool empty() { return RangesBuffer->empty(); }
283281

284282
static bool classof(const DebugRangesSectionWriter *Writer) {
285283
return Writer->getKind() == RangesWriterKind::DebugRangeListsWriter;

0 commit comments

Comments
 (0)