Skip to content

Commit ff23095

Browse files
committed
fixup! fixup! fixup! [BOLT] Profile quality stats -- CFG discontinuity
1 parent 5b9e07a commit ff23095

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bolt/lib/Passes/ContinuityStats.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ void printAll(BinaryContext &BC, FunctionListType &ValidFunctions,
268268
} // namespace
269269

270270
bool PrintContinuityStats::shouldOptimize(const BinaryFunction &BF) const {
271-
// Apply execution count threshold
272271
if (BF.empty() || !BF.hasValidProfile())
273272
return false;
274273

0 commit comments

Comments
 (0)