Skip to content

Commit 936b0ac

Browse files
committed
fix a comment
1 parent eac994b commit 936b0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Utils/Local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ SILInstruction *ValueLifetimeAnalysis:: findLastUserInBlock(SILBasicBlock *BB) {
11341134
bool ValueLifetimeAnalysis::computeFrontier(Frontier &Fr, Mode mode) {
11351135
bool NoCriticalEdges = true;
11361136

1137-
// Exit-blocks from the lifetime region. The value if live at the end of
1137+
// Exit-blocks from the lifetime region. The value is live at the end of
11381138
// a predecessor block but not in the frontier block itself.
11391139
llvm::SmallSetVector<SILBasicBlock *, 16> FrontierBlocks;
11401140

0 commit comments

Comments
 (0)