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 56a9d30 commit bf4b447Copy full SHA for bf4b447
llvm/lib/Transforms/Instrumentation/LowerAllowCheckPass.cpp
@@ -31,8 +31,7 @@ using namespace llvm;
31
32
static cl::opt<int>
33
HotPercentileCutoff("lower-allow-check-percentile-cutoff-hot",
34
- cl::desc("Hot percentile cutoff."),
35
- cl::init(0));
+ cl::desc("Hot percentile cutoff."), cl::init(0));
36
37
static cl::opt<float>
38
RandomRate("lower-allow-check-random-rate",
0 commit comments