File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/SILOptimizer/Analysis Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,10 @@ static std::optional<bool> getExpectedValue(SILValue Cond) {
209209// / The minimum probability that an edge is taken to be considered "warm".
210210constexpr double WARM_EDGE_MINIMUM = 3.0 / 100.0 ;
211211
212- // Using the profile data on the terminator of this block, annotate successors
213- // with cold/warm information.
214- //
215- // \returns true if an inference was made
212+ // / Using the profile data on the terminator of this block, annotate successors
213+ // / with cold/warm information.
214+ // /
215+ // / \returns true if an inference was made
216216bool ColdBlockInfo::inferFromEdgeProfile (SILBasicBlock *BB) {
217217 ProfileCounter totalCount{0 };
218218 SmallVector<ProfileCounter, 2 > succCount;
You can’t perform that action at this time.
0 commit comments