diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-16 11:06:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 11:06:04 -0800 |
commit | 612b779963c21c8028dc0651e956097b161b0a8a (patch) | |
tree | 718e65060cf20057c2de18f6f04d6e01b5306af1 /llvm/unittests/ProfileData/InstrProfTest.cpp | |
parent | 935d753c6dca0cd9bc5ea14fde5b00386ebcc5be (diff) | |
download | llvm-612b779963c21c8028dc0651e956097b161b0a8a.zip llvm-612b779963c21c8028dc0651e956097b161b0a8a.tar.gz llvm-612b779963c21c8028dc0651e956097b161b0a8a.tar.bz2 |
[memprof] Update a comment (NFC) (#116500)
Note that Version0 has been removed in #116442.
Diffstat (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/InstrProfTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp index cf3cf7f..75b47a1 100644 --- a/llvm/unittests/ProfileData/InstrProfTest.cpp +++ b/llvm/unittests/ProfileData/InstrProfTest.cpp @@ -413,7 +413,7 @@ makeRecordV2(std::initializer_list<::llvm::memprof::CallStackId> AllocFrames, llvm::memprof::IndexedMemProfRecord MR; for (const auto &CSId : AllocFrames) // We don't populate IndexedAllocationInfo::CallStack because we use it only - // in Version0 and Version1. + // in Version1. MR.AllocSites.emplace_back(::llvm::SmallVector<memprof::FrameId>(), CSId, Block, Schema); for (const auto &CSId : CallSiteFrames) |