We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72da4c7 + deaaea0 commit cedd2c5Copy full SHA for cedd2c5
docs/SIL.rst
@@ -966,9 +966,9 @@ and is usually the mangled name of the originating Swift declaration.
966
The ``sil`` syntax declares the function's name and SIL type, and
967
defines the body of the function inside braces. The declared type must
968
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.
971
+If a function body does not contain atleast one ``sil-basic-block``, the
+function is an external declaration.
972
973
Function Attributes
974
```````````````````
0 commit comments