Skip to content

Commit a066ecb

Browse files
committed
[Gardening] Tweaked comment.
1 parent 7ef9cc6 commit a066ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILInstructionWorklist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class SILInstructionWorklist : SILInstructionWorklistBase {
215215
return newInstruction;
216216
}
217217

218-
// This method is to be used when an instruction is found to be dead,
218+
// This method is to be used when an instruction is found to be dead or
219219
// replaceable with another preexisting expression. Here we add all uses of
220220
// instruction to the worklist, and replace all uses of instruction with the
221221
// new value.

0 commit comments

Comments
 (0)