Skip to content

Commit 32883bd

Browse files
authored
Merge pull request swiftlang#19515 from dcci/typofixsil
2 parents df995de + 483d4be commit 32883bd

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)