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 97015cb commit 9a40d20Copy full SHA for 9a40d20
clang/lib/CodeGen/CoverageMappingGen.cpp
@@ -961,6 +961,7 @@ struct CounterCoverageMappingBuilder
961
Counter ExecCnt = getRegionCounter(S);
962
963
// The old behavior of SingleByte is unaware of Branches.
964
+ // Will be pruned after the migration of SingleByte.
965
if (llvm::EnableSingleByteCoverage) {
966
assert(SkipCntForOld &&
967
"SingleByte must provide SkipCntForOld as a fake Skipped count.");
0 commit comments