Skip to content

Commit e74f0c3

Browse files
Merge pull request #4887 from swiftwasm/main
[pull] swiftwasm from main
2 parents cd56cf3 + ebcb37f commit e74f0c3

File tree

128 files changed

+3295
-1689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+3295
-1689
lines changed

docs/SIL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,9 @@ and is usually the mangled name of the originating Swift declaration.
966966
The ``sil`` syntax declares the function's name and SIL type, and
967967
defines the body of the function inside braces. The declared type must
968968
be a function type, which may be generic.
969-
If there are no `sil-basic-block`s contained in the body, the function
970-
is an external declaration.
971969

970+
If a function body does not contain atleast one ``sil-basic-block``, the
971+
function is an external declaration.
972972

973973
Function Attributes
974974
```````````````````

0 commit comments

Comments
 (0)