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.
1 parent 1be86ad commit 72931eaCopy full SHA for 72931ea
docs/SIL.rst
@@ -4566,11 +4566,11 @@ init_existential_value
4566
``````````````````````
4567
::
4568
4569
- sil-instruction ::= 'init_existential_value' sil-operand ':' sil-type ','
4570
- sil-type
+ sil-instruction ::= 'init_existential_value' sil-operand ',' sil-type ','
+ sil-type
4571
4572
- %1 = init_existential_value %0 : $L' : $C, $P
4573
- // %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
4574
// protocol(s) $P
4575
// %1 will be of type $P
4576
0 commit comments