Skip to content

Commit d2b8e3f

Browse files
committed
Improve wording per Florian
1 parent c31d325 commit d2b8e3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ static cl::opt<float>
199199
cl::desc("Probability value in the range [0.0, 1.0] "
200200
"to keep instrumentation of a function. "
201201
"Note: instrumentation can be skipped randomly "
202-
"OR because of the hot percentile cutoff."));
202+
"OR because of the hot percentile cutoff, if "
203+
"both are supplied."));
203204

204205
STATISTIC(NumTotalFuncs, "Number of total funcs");
205206
STATISTIC(NumInstrumentedFuncs, "Number of instrumented funcs");

0 commit comments

Comments
 (0)