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 7ef9cc6 commit a066ecbCopy full SHA for a066ecb
include/swift/SIL/SILInstructionWorklist.h
@@ -215,7 +215,7 @@ class SILInstructionWorklist : SILInstructionWorklistBase {
215
return newInstruction;
216
}
217
218
- // This method is to be used when an instruction is found to be dead,
+ // This method is to be used when an instruction is found to be dead or
219
// replaceable with another preexisting expression. Here we add all uses of
220
// instruction to the worklist, and replace all uses of instruction with the
221
// new value.
0 commit comments