Skip to content

Commit cd08f3f

Browse files
author
git apple-llvm automerger
committed
Merge commit '6df09d6ccbc0' from llvm.org/main into next
2 parents 0786d45 + 6df09d6 commit cd08f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ template <typename BT> class SampleProfileLoaderBaseImpl {
114114
DenseMap<const BasicBlockT *, SmallVector<const BasicBlockT *, 8>>;
115115

116116
protected:
117-
~SampleProfileLoaderBaseImpl() = default;
117+
virtual ~SampleProfileLoaderBaseImpl() = default;
118118
friend class SampleCoverageTracker;
119119

120120
Function &getFunction(FunctionT &F) {

0 commit comments

Comments
 (0)