Skip to content

Commit 0bbd659

Browse files
committed
clang-format
1 parent 31ce06c commit 0bbd659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/ProfileQualityStats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ void printCFGFlowConservationStats(const BinaryContext &BC, raw_ostream &OS,
319319
continue;
320320

321321
if (llvm::any_of(BB.landing_pads(),
322-
std::mem_fn(&BinaryBasicBlock::getKnownExecutionCount)))
322+
std::mem_fn(&BinaryBasicBlock::getKnownExecutionCount)))
323323
continue;
324324

325325
// We don't consider blocks that end with a recursive call instruction

0 commit comments

Comments
 (0)