aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h b/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h
index 135936b99f24..3d0076fd9035 100644
--- a/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h
+++ b/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfCorrelator.h
@@ -55,7 +55,7 @@ public:
enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit };
InstrProfCorrelatorKind getKind() const { return Kind; }
- virtual ~InstrProfCorrelator() {}
+ virtual ~InstrProfCorrelator() = default;
protected:
struct Context {