summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2016-03-01 18:59:11 +0000
committerEaswaran Raman <eraman@google.com>2016-03-01 18:59:11 +0000
commit8832e5e2f59ca8001d10965af9a8ad3c9b3604da (patch)
tree930f87b88e90df68c7750045d08aa8c89b636ba3 /llvm/include
parent83fc77b4c0d4358ae5643c687183fad28fc2bf52 (diff)
downloadbcm5719-llvm-8832e5e2f59ca8001d10965af9a8ad3c9b3604da.tar.gz
bcm5719-llvm-8832e5e2f59ca8001d10965af9a8ad3c9b3604da.zip
Fix breakage caused by r262360.
llvm-svn: 262363
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/ProfileData/ProfileCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ProfileData/ProfileCommon.h b/llvm/include/llvm/ProfileData/ProfileCommon.h
index 327af91ab2b..92b33b0e7d9 100644
--- a/llvm/include/llvm/ProfileData/ProfileCommon.h
+++ b/llvm/include/llvm/ProfileData/ProfileCommon.h
@@ -62,7 +62,7 @@ public:
private:
const Kind PSK;
- const char *KindStr[2] = {"InstrProf", "SampleProfile"};
+ static const char *KindStr[2];
// We keep track of the number of times a count (block count or samples)
// appears in the profile. The map is kept sorted in the descending order of
// counts.
OpenPOWER on IntegriCloud