Skip to content

Commit 05d100b

Browse files
authored
Merge pull request swiftlang#30529 from gribozavr/sil-doc
2 parents d673ed0 + e715ebd commit 05d100b

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)