Skip to content

Commit 483d4be

Browse files
author
Davide Italiano
committed
[Local] Update documentation to reflect reality. NFCI.
1 parent a28c9d6 commit 483d4be

File tree

1 file changed

+1
-1
lines changed
  • include/swift/SILOptimizer/Utils

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Utils/Local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ NullablePtr<SILInstruction> createDecrementBefore(SILValue Ptr,
5656
/// \brief For each of the given instructions, if they are dead delete them
5757
/// along with their dead operands.
5858
///
59-
/// \param I The instruction to be deleted.
59+
/// \param I The ArrayRef of instructions to be deleted.
6060
/// \param Force If Force is set, don't check if the top level instructions
6161
/// are considered dead - delete them regardless.
6262
/// \param C a callback called whenever an instruction is deleted.

0 commit comments

Comments
 (0)