File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2337,7 +2337,7 @@ assign_by_delegate
2337
2337
``````````````````
2338
2338
::
2339
2339
2340
- sil-instruction ::= 'assign_by_delegate' sil-operand 'to' sil-operand ',' 'init' sil-operand ',' 'set' sil-operand
2340
+ sil-instruction ::= 'assign_by_delegate' sil-operand 'to' sil-operand ',' 'init' sil-operand ',' 'set' sil-operand
2341
2341
2342
2342
assign_by_delegate %0 : $S to %1 : $*T, init %2 : $F, set %3 : $G
2343
2343
// $S can be a value or address type
@@ -3054,7 +3054,7 @@ function_ref
3054
3054
Creates a reference to a SIL function.
3055
3055
3056
3056
dynamic_function_ref
3057
- ````````````
3057
+ ````````````````````
3058
3058
::
3059
3059
3060
3060
sil-instruction ::= 'dynamic_function_ref' sil-function-name ':' sil-type
@@ -3091,7 +3091,7 @@ We will generate::
3091
3091
}
3092
3092
3093
3093
prev_dynamic_function_ref
3094
- ````````````
3094
+ `````````````````````````
3095
3095
::
3096
3096
3097
3097
sil-instruction ::= 'prev_dynamic_function_ref' sil-function-name ':' sil-type
You can’t perform that action at this time.
0 commit comments