We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc9f43 commit d6b73daCopy full SHA for d6b73da
llvm/lib/ProfileData/InstrProfWriter.cpp
@@ -152,9 +152,7 @@ void InstrProfWriter::setValueProfDataEndianness(llvm::endianness Endianness) {
152
InfoObj->ValueProfDataEndianness = Endianness;
153
}
154
155
-void InstrProfWriter::setOutputSparse(bool Sparse) {
156
- this->Sparse = Sparse;
157
-}
+void InstrProfWriter::setOutputSparse(bool Sparse) { this->Sparse = Sparse; }
158
159
void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight,
160
function_ref<void(Error)> Warn) {
0 commit comments