Skip to content

Commit 7a514d6

Browse files
Remove a comment.
1 parent 3554a47 commit 7a514d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/ProfileData/InstrProfReader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,9 +1674,6 @@ IndexedMemProfReader::getMemProfCallerCalleePairs() const {
16741674
memprof::LinearFrameIdConverter FrameIdConv(FrameBase);
16751675
memprof::CallerCalleePairExtractor Extractor(CallStackBase, FrameIdConv);
16761676

1677-
// Collect the set of linear call stack IDs. Since we expect a lot of
1678-
// duplicates, we first collect them in the form a bit vector before
1679-
// processing them.
16801677
for (const memprof::IndexedMemProfRecord &IndexedRecord :
16811678
MemProfRecordTable->data())
16821679
for (const memprof::IndexedAllocationInfo &IndexedAI :

0 commit comments

Comments
 (0)