Skip to content

Commit 133bd01

Browse files
committed
Update comments
1 parent 2fda236 commit 133bd01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/ProfileData/Coverage/CoverageMapping.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ class MCDCDecisionRecorder {
589589
private:
590590
/// This holds the DecisionRegion and MCDCBranches under it.
591591
/// Also traverses Expansion(s).
592-
/// The Decision has the number of MCDCBranches and
592+
/// The Decision has the number of MCDCBranches and will complete
593+
/// when it is filled with unique ConditionID of MCDCBranches.
593594
struct DecisionRecord {
594595
const CounterMappingRegion *DecisionRegion;
595596

0 commit comments

Comments
 (0)