Skip to content

Commit 2860ac1

Browse files
committed
Documentation cleanup for mark_function_escape.
1 parent 186dfe7 commit 2860ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3842,7 +3842,7 @@ mark_function_escape
38423842

38433843
sil-instruction ::= 'mark_function_escape' sil-operand (',' sil-operand)
38443844

3845-
%2 = mark_function_escape %1 : $*T
3845+
mark_function_escape %1 : $*T
38463846

38473847
Indicates that a function definition closes over a symbolic memory location.
38483848
This instruction is variadic, and all of its operands must be addresses.

0 commit comments

Comments
 (0)