Skip to content

Commit d6b73da

Browse files
[NFC] One-liner clang-format (#140104)
`InstrProfWriter::setOutputSparse` gets re-formatted when InstrProfWriter.cpp is modified. So formatted this line.
1 parent 2bc9f43 commit d6b73da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/ProfileData/InstrProfWriter.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) {
152152
InfoObj->ValueProfDataEndianness = Endianness;
153153
}
154154

155-
void InstrProfWriter::setOutputSparse(bool Sparse) {
156-
this->Sparse = Sparse;
157-
}
155+
void InstrProfWriter::setOutputSparse(bool Sparse) { this->Sparse = Sparse; }
158156

159157
void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight,
160158
function_ref<void(Error)> Warn) {

0 commit comments

Comments
 (0)