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 eac994b commit 936b0acCopy full SHA for 936b0ac
lib/SILOptimizer/Utils/Local.cpp
@@ -1134,7 +1134,7 @@ SILInstruction *ValueLifetimeAnalysis:: findLastUserInBlock(SILBasicBlock *BB) {
1134
bool ValueLifetimeAnalysis::computeFrontier(Frontier &Fr, Mode mode) {
1135
bool NoCriticalEdges = true;
1136
1137
- // Exit-blocks from the lifetime region. The value if live at the end of
+ // Exit-blocks from the lifetime region. The value is live at the end of
1138
// a predecessor block but not in the frontier block itself.
1139
llvm::SmallSetVector<SILBasicBlock *, 16> FrontierBlocks;
1140
0 commit comments