1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix comments /NFC

llvm-svn: 259672
This commit is contained in:
Xinliang David Li 2016-02-03 17:51:16 +00:00
parent 6905486a9e
commit af9018386f

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,