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 4fd84db commit bcb3d01Copy full SHA for bcb3d01
llvm/lib/ProfileData/SampleProfReader.cpp
@@ -375,7 +375,7 @@ std::error_code SampleProfileReaderText::readImpl() {
375
StringRef FName;
376
DenseMap<StringRef, uint64_t> TargetCountMap;
377
uint32_t Depth, LineOffset, Discriminator;
378
- LineType LineTy;
+ LineType LineTy = LineType::BodyProfile;
379
uint64_t FunctionHash = 0;
380
uint32_t Attributes = 0;
381
bool IsFlat = false;
0 commit comments