Skip to content

Commit d475c03

Browse files
committed
fixup! [BOLT] Never emit "large" functions
1 parent b31c1ca commit d475c03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bolt/lib/Core/BinaryFunction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ void BinaryFunction::print(raw_ostream &OS, std::string Annotation) {
485485
OS << "\n Branch Count: " << RawBranchCount;
486486
OS << "\n Profile Acc : " << format("%.1f%%", ProfileMatchRatio * 100.0f);
487487
}
488-
if (hasConstantIsland())
489-
OS << "\n Has constant island";
490488

491489
if (opts::PrintDynoStats && !getLayout().block_empty()) {
492490
OS << '\n';

0 commit comments

Comments
 (0)