Skip to content

Commit 9a40d20

Browse files
committed
Will be pruned after the migration of SingleByte.
1 parent 97015cb commit 9a40d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/CoverageMappingGen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@ struct CounterCoverageMappingBuilder
961961
Counter ExecCnt = getRegionCounter(S);
962962

963963
// The old behavior of SingleByte is unaware of Branches.
964+
// Will be pruned after the migration of SingleByte.
964965
if (llvm::EnableSingleByteCoverage) {
965966
assert(SkipCntForOld &&
966967
"SingleByte must provide SkipCntForOld as a fake Skipped count.");

0 commit comments

Comments
 (0)