Skip to content

Commit 5e436ad

Browse files
committed
Address comment
1 parent 6c585d4 commit 5e436ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func,
20732073
unsigned CloneNo) const {
20742074
auto VI = FSToVIMap.find(Func);
20752075
assert(VI != FSToVIMap.end());
2076-
auto CallerName = getMemProfFuncName(VI->second.name(), CloneNo);
2076+
std::string CallerName = getMemProfFuncName(VI->second.name(), CloneNo);
20772077
if (isa<AllocInfo *>(Call))
20782078
return CallerName + " -> alloc";
20792079
else {

0 commit comments

Comments
 (0)