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 15c3ade commit eb79e34Copy full SHA for eb79e34
llvm/lib/ProfileData/SampleProfReader.cpp
@@ -411,9 +411,6 @@ std::error_code SampleProfileReaderText::readImpl() {
411
break;
412
}
413
case LineType::BodyProfile: {
414
- while (InlineStack.size() > Depth) {
415
- InlineStack.pop_back();
416
- }
417
FunctionSamples &FProfile = *InlineStack.back();
418
for (const auto &name_count : TargetCountMap) {
419
mergeSampleProfErrors(Result, FProfile.addCalledTargetSamples(
0 commit comments