Fix comments /NFC

llvm-svn: 259672
This commit is contained in:
Xinliang David Li 2016-02-03 17:51:16 +00:00
parent 105e892c2c
commit ae2556f7ee
1 changed files with 3 additions and 2 deletions

View File

@ -735,8 +735,9 @@ struct Summary {
MinBlockCount; ///< The minimum execution count for this percentile.
uint64_t NumBlocks; ///< Number of blocks >= the minumum execution count.
};
// New field kind to existing enum value mapping should remain unchanged
// when new kind is added in the future.
// The field kind enumerator to assigned value mapping should remain
// unchanged when a new kind is added or an old kind gets deleted in
// the future.
enum SummaryFieldKind {
/// The total number of functions instrumented.
TotalNumFunctions = 0,