Skip to content

Commit 9427bfb

Browse files
authored
Merge pull request swiftlang#32924 from eeckstein/fix-doc-build
docs: add a dummy section for "begin_borrow" in SIL.rst
2 parents 0c38537 + 5e21e46 commit 9427bfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/SIL.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2848,6 +2848,11 @@ by an ``end_borrow`` instruction. All ``load_borrow`` instructions must be
28482848
paired with exactly one ``end_borrow`` instruction along any path through the
28492849
program. Until ``end_borrow``, it is illegal to invalidate or store to ``%0``.
28502850

2851+
begin_borrow
2852+
````````````
2853+
2854+
TODO
2855+
28512856
end_borrow
28522857
``````````
28532858

0 commit comments

Comments
 (0)