Skip to content

Commit 86cce1c

Browse files
authored
Merge pull request swiftlang#31558 from gribozavr/improve-sil-rst-2
SIL.rst: use terms 'object type' and 'address type'
2 parents 1bedce0 + 683c271 commit 86cce1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/SIL.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,12 @@ differences.
338338
Legal SIL Types
339339
```````````````
340340

341-
The type of a value in SIL shall be:
341+
The type of a value in SIL is either:
342342

343-
- a loadable legal SIL type, ``$T``,
343+
- an *object type* ``$T``, where ``T`` is a legal loadable type, or
344344

345-
- the address of a legal SIL type, ``$*T``, or
345+
- an *address type* ``$*T``, where ``T`` is a legal SIL type (loadable or
346+
address-only).
346347

347348
A type ``T`` is a *legal SIL type* if:
348349

0 commit comments

Comments
 (0)