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 b467319 commit 46fe0f7Copy full SHA for 46fe0f7
lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp
@@ -172,7 +172,7 @@ bool SemanticARCOptVisitor::performGuaranteedCopyValueOptimization(
172
// destroy_values. Check if:
173
//
174
// 1. All of our destroys are joint post-dominated by our end borrow scope
175
- // set. If they do not, then the copy_value is lifetime extending the
+ // set. If they are not, then the copy_value is lifetime extending the
176
// guaranteed value, we can not eliminate it.
177
178
// 2. If all of our destroy_values are dead end. In such a case, the linear
0 commit comments