diff options
Diffstat (limited to 'llvm/lib/ProfileData/MemProf.cpp')
| -rw-r--r-- | llvm/lib/ProfileData/MemProf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/MemProf.cpp b/llvm/lib/ProfileData/MemProf.cpp index 1c240c3858cc..15ab44934bbf 100644 --- a/llvm/lib/ProfileData/MemProf.cpp +++ b/llvm/lib/ProfileData/MemProf.cpp @@ -290,7 +290,7 @@ Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer) { return Result; } -CallStackId hashCallStack(ArrayRef<FrameId> CS) { +CallStackId IndexedMemProfData::hashCallStack(ArrayRef<FrameId> CS) const { llvm::HashBuilder<llvm::TruncatedBLAKE3<8>, llvm::endianness::little> HashBuilder; for (FrameId F : CS) |
