Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 23ddc6e

Browse files
committed
Fix comments /NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259672 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d73c4ec commit 23ddc6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/llvm/ProfileData/InstrProf.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,9 @@ struct Summary {
735735
MinBlockCount; ///< The minimum execution count for this percentile.
736736
uint64_t NumBlocks; ///< Number of blocks >= the minumum execution count.
737737
};
738-
// New field kind to existing enum value mapping should remain unchanged
739-
// when new kind is added in the future.
738+
// The field kind enumerator to assigned value mapping should remain
739+
// unchanged when a new kind is added or an old kind gets deleted in
740+
// the future.
740741
enum SummaryFieldKind {
741742
/// The total number of functions instrumented.
742743
TotalNumFunctions = 0,

0 commit comments

Comments
 (0)