We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f087899 commit bf700c3Copy full SHA for bf700c3
llvm/lib/Analysis/MemoryProfileInfo.cpp
@@ -164,8 +164,6 @@ void CallStackTrie::addCallStack(
164
assert(Curr);
165
Curr->ContextSizeInfo.insert(Curr->ContextSizeInfo.end(),
166
ContextSizeInfo.begin(), ContextSizeInfo.end());
167
- std::vector<ContextTotalSize> AllContextSizeInfo;
168
- collectContextSizeInfo(Curr, AllContextSizeInfo);
169
}
170
171
void CallStackTrie::addCallStack(MDNode *MIB) {
0 commit comments