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.
2 parents df995de + 483d4be commit 32883bdCopy full SHA for 32883bd
include/swift/SILOptimizer/Utils/Local.h
@@ -56,7 +56,7 @@ NullablePtr<SILInstruction> createDecrementBefore(SILValue Ptr,
56
/// \brief For each of the given instructions, if they are dead delete them
57
/// along with their dead operands.
58
///
59
-/// \param I The instruction to be deleted.
+/// \param I The ArrayRef of instructions to be deleted.
60
/// \param Force If Force is set, don't check if the top level instructions
61
/// are considered dead - delete them regardless.
62
/// \param C a callback called whenever an instruction is deleted.
0 commit comments