We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38db63c commit 55eb29aCopy full SHA for 55eb29a
lib/SILOptimizer/IPO/ClosureSpecializer.cpp
@@ -1396,7 +1396,7 @@ bool SILClosureSpecializerTransform::gatherCallSites(
1396
// foo({ c() })
1397
// }
1398
//
1399
- // A limit of 2 is good enough and will not be exceed in "regular"
+ // A limit of 2 is good enough and will not be exceeded in "regular"
1400
// optimization scenarios.
1401
if (getSpecializationLevel(getClosureCallee(ClosureInst))
1402
> SpecializationLevelLimit) {
0 commit comments