Skip to content

Commit ed2c505

Browse files
committed
Simplify flag description per review
1 parent 8ea9e2e commit ed2c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/MemoryProfileInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cl::opt<bool> MemProfReportHintedSizes(
5656
// or have specified a value less than 100% for -memprof-cloning-cold-threshold.
5757
cl::opt<bool> MemProfKeepAllNotColdContexts(
5858
"memprof-keep-all-not-cold-contexts", cl::init(false), cl::Hidden,
59-
cl::desc("Disable pruning of non-cold contexts unneeded for cold cloning"));
59+
cl::desc("Keep all non-cold contexts (increases cloning overheads)"));
6060

6161
AllocationType llvm::memprof::getAllocType(uint64_t TotalLifetimeAccessDensity,
6262
uint64_t AllocCount,

0 commit comments

Comments
 (0)