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) {
209
209
// / The minimum probability that an edge is taken to be considered "warm".
210
210
constexpr double WARM_EDGE_MINIMUM = 3.0 / 100.0 ;
211
211
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
216
216
bool ColdBlockInfo::inferFromEdgeProfile (SILBasicBlock *BB) {
217
217
ProfileCounter totalCount{0 };
218
218
SmallVector<ProfileCounter, 2 > succCount;
You can’t perform that action at this time.
0 commit comments