Skip to content

Commit 595d923

Browse files
committed
Fix doc comment on OpenPackElementInst to match the committed design
1 parent 7825d17 commit 595d923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/swift/SIL/SILInstruction.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7420,10 +7420,10 @@ class DeinitExistentialValueInst
74207420
/// dependencies on the bound archetypes.
74217421
///
74227422
/// %0 = open_pack_element %index
7423-
/// of <t_1_0... as $@opened t_10101 from {T...}>
7424-
/// where t_1_0: Equatable
7425-
///
7426-
/// %index is always a $Builtin.Word.
7423+
/// of <t_1_0... where t_1_0: Equatable> // opened signature
7424+
/// at <Pack{repeat each T}>, // contextual subs
7425+
/// shape $t_1_0,
7426+
/// uuid "01234567-89AB-CDEF-0123-000000000000"
74277427
///
74287428
/// In the printed representation, only the relevant portions of the
74297429
/// opened generic environment are given: the pack type parameters,

0 commit comments

Comments
 (0)