We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d6e8c commit a11042eCopy full SHA for a11042e
lib/SILOptimizer/Utils/Local.cpp
@@ -1146,7 +1146,7 @@ computeFrontierImpl(Frontier &Fr, bool AllowedToModifyCFG) {
1146
// Handle "exit" edges from the lifetime region.
1147
for (SILBasicBlock *FrontierBB: FrontierBlocks) {
1148
bool needSplit = false;
1149
- // If the value is live only in part of the precessor blocks we have to
+ // If the value is live only in part of the predecessor blocks we have to
1150
// split those predecessor edges.
1151
for (SILBasicBlock *Pred : FrontierBB->getPreds()) {
1152
if (!LiveBlocks.count(Pred) || NotLiveOutBlocks.count(Pred)) {
0 commit comments