Skip to content

Commit bf4b447

Browse files
committed
fmt
Created using spr 1.3.4
1 parent 56a9d30 commit bf4b447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Instrumentation/LowerAllowCheckPass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ using namespace llvm;
3131

3232
static cl::opt<int>
3333
HotPercentileCutoff("lower-allow-check-percentile-cutoff-hot",
34-
cl::desc("Hot percentile cutoff."),
35-
cl::init(0));
34+
cl::desc("Hot percentile cutoff."), cl::init(0));
3635

3736
static cl::opt<float>
3837
RandomRate("lower-allow-check-random-rate",

0 commit comments

Comments
 (0)