Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage: Remove confusing comments from
CoverageKind
These comments appear to be inspired by the similar comments on `CounterIncrement` and `ExpressionUsed`. But those comments refer to specific simplification steps performed during coverage codegen, and there is no corresponding step for the MC/DC coverage statements. If these statements do not survive optimization, they will simply not participate in code generation, just like any other statement.
- Loading branch information