Skip to content

Commit 612b779

Browse files
[memprof] Update a comment (NFC) (#116500)
Note that Version0 has been removed in #116442.
1 parent 935d753 commit 612b779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ProfileData/InstrProfTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ makeRecordV2(std::initializer_list<::llvm::memprof::CallStackId> AllocFrames,
413413
llvm::memprof::IndexedMemProfRecord MR;
414414
for (const auto &CSId : AllocFrames)
415415
// We don't populate IndexedAllocationInfo::CallStack because we use it only
416-
// in Version0 and Version1.
416+
// in Version1.
417417
MR.AllocSites.emplace_back(::llvm::SmallVector<memprof::FrameId>(), CSId,
418418
Block, Schema);
419419
for (const auto &CSId : CallSiteFrames)

0 commit comments

Comments
 (0)