Skip to content

Commit 706421c

Browse files
committed
Update statistic description
1 parent b0f4b30 commit 706421c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ STATISTIC(NewMergedNodes, "Number of new nodes created during merging");
9595
STATISTIC(NonNewMergedNodes, "Number of non new nodes used during merging");
9696
STATISTIC(MissingAllocForContextId,
9797
"Number of missing alloc nodes for context ids");
98-
STATISTIC(SkippedCallsCloning, "Number of calls skipped during cloning");
98+
STATISTIC(SkippedCallsCloning,
99+
"Number of calls skipped during cloning due to unexpected operand");
99100

100101
static cl::opt<std::string> DotFilePathPrefix(
101102
"memprof-dot-file-path-prefix", cl::init(""), cl::Hidden,

0 commit comments

Comments
 (0)