Skip to content

Commit e715ebd

Browse files
committed
Fix documentation for alloc_existential_box
Remove the description of the second element of the return tuple: this instruction has been returning only one value since b7ea3b9.
1 parent 26af2d7 commit e715ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/SIL.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4725,7 +4725,6 @@ alloc_existential_box
47254725
// representation
47264726
// $T must be an AST type that conforms to P
47274727
// %1 will be of type $P
4728-
// %1#1 will be of type $*T', where T' is the most abstracted lowering of T
47294728

47304729
Allocates a boxed existential container of type ``$P`` with space to hold a
47314730
value of type ``$T'``. The box is not fully initialized until a valid value

0 commit comments

Comments
 (0)