summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/IR/ProfileSummary.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/ProfileSummary.h')
-rw-r--r--llvm/include/llvm/IR/ProfileSummary.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/ProfileSummary.h b/llvm/include/llvm/IR/ProfileSummary.h
index f1d49cc1663..78635ec4386 100644
--- a/llvm/include/llvm/IR/ProfileSummary.h
+++ b/llvm/include/llvm/IR/ProfileSummary.h
@@ -42,11 +42,10 @@ using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
class ProfileSummary {
public:
- enum Kind { PSK_Instr, PSK_Sample };
+ enum Kind { PSK_Instr, PSK_CSInstr, PSK_Sample };
private:
const Kind PSK;
- static const char *KindStr[2];
SummaryEntryVector DetailedSummary;
uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount;
uint32_t NumCounts, NumFunctions;
OpenPOWER on IntegriCloud