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 fb3f753 commit 6bce7c0Copy full SHA for 6bce7c0
lib/SILOptimizer/Transforms/CopyPropagation.cpp
@@ -503,7 +503,7 @@ void CopyPropagation::run() {
503
// Run the sequence of utilities:
504
// - ShrinkBorrowScope
505
// - CanonicalizeOSSALifetime
506
- // - LexicalDestroyFolder
+ // - LexicalDestroyFolding
507
// at least once and then until each stops making changes.
508
while (true) {
509
SmallVector<CopyValueInst *, 4> modifiedCopyValueInsts;
0 commit comments