Skip to content

Commit ba08f3f

Browse files
committed
---
yaml --- r: 318430 b: refs/heads/master-rebranch c: f856401 h: refs/heads/master
1 parent 301dcc4 commit ba08f3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: ab857ba4c7ea0cb4e2a321a53e500d4809c94c42
1460+
refs/heads/master-rebranch: f856401ba9bdccf702d570c471d017fc2f19dc8a

branches/master-rebranch/docs/SIL.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2937,6 +2937,7 @@ is_escaping_closure
29372937
```````````````````
29382938

29392939
::
2940+
29402941
sil-instruction ::= 'is_escaping_closure' sil-operand
29412942

29422943
%1 = is_escaping_closure %0 : $@callee_guaranteed () -> ()
@@ -2948,6 +2949,7 @@ true if it is.
29482949

29492950
copy_block
29502951
``````````
2952+
29512953
::
29522954

29532955
sil-instruction :: 'copy_block' sil-operand
@@ -2960,6 +2962,7 @@ if the block is copied from the stack to the heap.
29602962

29612963
copy_block_without_escaping
29622964
```````````````````````````
2965+
29632966
::
29642967

29652968
sil-instruction :: 'copy_block_without_escaping' sil-operand 'withoutEscaping' sil-operand

0 commit comments

Comments
 (0)