We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8408c33 + 72931ea commit 4b8db7cCopy full SHA for 4b8db7c
docs/SIL.rst
@@ -4558,11 +4558,11 @@ init_existential_value
4558
``````````````````````
4559
::
4560
4561
- sil-instruction ::= 'init_existential_value' sil-operand ':' sil-type ','
4562
- sil-type
+ sil-instruction ::= 'init_existential_value' sil-operand ',' sil-type ','
+ sil-type
4563
4564
- %1 = init_existential_value %0 : $L' : $C, $P
4565
- // %0 must be of loadable type $L', lowered from AST type $L, conforming to
+ %1 = init_existential_value %0 : $L, $C, $P
+ // %0 must be of loadable type $L, lowered from AST type $C, conforming to
4566
// protocol(s) $P
4567
// %1 will be of type $P
4568
0 commit comments