Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions lib/SILOptimizer/Utils/Devirtualize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ static bool isEffectivelyFinalMethod(FullApplySite applySite, CanType classType,
if (!cha)
return false;

// This is a private or a module internal class.
//
// We can analyze the class hierarchy rooted at it and
// We can analyze the class hierarchy rooted at this class and
// eventually devirtualize a method call more efficiently.

ClassHierarchyAnalysis::ClassList subs;
Expand Down