summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-03-01 19:39:54 +0000
committerReid Kleckner <rnk@google.com>2016-03-01 19:39:54 +0000
commitd2da0f0cace6ae715c2eb4e1053d1cc20665ae62 (patch)
tree8ef35eaa6f6bf46c03f893b10877bb0a17c5fada /llvm/lib
parent262b927d3635b629ceca9bc26703987056c130e7 (diff)
downloadbcm5719-llvm-d2da0f0cace6ae715c2eb4e1053d1cc20665ae62.tar.gz
bcm5719-llvm-d2da0f0cace6ae715c2eb4e1053d1cc20665ae62.zip
Fix -Wnon-virtual-dtor warnings
llvm-svn: 262378
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ProfileData/ProfileSummary.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/ProfileData/ProfileSummary.cpp b/llvm/lib/ProfileData/ProfileSummary.cpp
index 82546eb47d4..3384c54ed57 100644
--- a/llvm/lib/ProfileData/ProfileSummary.cpp
+++ b/llvm/lib/ProfileData/ProfileSummary.cpp
@@ -23,6 +23,8 @@
using namespace llvm;
+ProfileSummary::~ProfileSummary() {}
+
// A set of cutoff values. Each value, when divided by ProfileSummary::Scale
// (which is 1000000) is a desired percentile of total counts.
const std::vector<uint32_t> ProfileSummary::DefaultCutoffs(
OpenPOWER on IntegriCloud