Skip to content

Commit 0943693

Browse files
committed
[Gardening] Fix typo.
1 parent 24bbac5 commit 0943693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/AddressLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3768,7 +3768,7 @@ static void rewriteFunction(AddressLoweringState &pass) {
37683768
originalUses.insert(oper);
37693769
UseRewriter::rewriteUse(oper, pass);
37703770
}
3771-
// Rewrite every new uses that was added.
3771+
// Rewrite every new use that was added.
37723772
uses.clear();
37733773
for (auto *use : valueDef->getUses()) {
37743774
if (originalUses.contains(use))

0 commit comments

Comments
 (0)