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 99fcb2d commit bed0da6Copy full SHA for bed0da6
lib/SILOptimizer/PassManager/PassManager.cpp
@@ -336,7 +336,7 @@ void SILPassManager::runOneIteration() {
336
// module transforms. We'll queue up all the function transforms
337
// that we see in a row and then run the entire group of transforms
338
// on each function in turn. Then we move on to running the next set
339
- // of consequtive module transforms.
+ // of consecutive module transforms.
340
auto It = Transformations.begin();
341
auto End = Transformations.end();
342
0 commit comments