Skip to content

Commit c8e4c92

Browse files
authored
Merge pull request swiftlang#28521 from CodaFi/virtually-impossible
2 parents 3ab63dd + e533191 commit c8e4c92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/SILOptimizer/Utils/Devirtualize.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ static bool isEffectivelyFinalMethod(FullApplySite applySite, CanType classType,
119119
if (!cha)
120120
return false;
121121

122-
// This is a private or a module internal class.
123-
//
124-
// We can analyze the class hierarchy rooted at it and
122+
// We can analyze the class hierarchy rooted at this class and
125123
// eventually devirtualize a method call more efficiently.
126124

127125
ClassHierarchyAnalysis::ClassList subs;

0 commit comments

Comments
 (0)