From af9018386f42dc9a9fbeb60c260b4f80b09a1920 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Wed, 3 Feb 2016 17:51:16 +0000 Subject: [PATCH] Fix comments /NFC llvm-svn: 259672 --- include/llvm/ProfileData/InstrProf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/llvm/ProfileData/InstrProf.h b/include/llvm/ProfileData/InstrProf.h index b1357f29c5d..b54fb84b6bb 100644 --- a/include/llvm/ProfileData/InstrProf.h +++ b/include/llvm/ProfileData/InstrProf.h @@ -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,