File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1787,15 +1787,15 @@ the ``ValueOwnershipKind`` of ``v``. In symbols, we must have that::
1787
1787
1788
1788
In words, a value can be passed to an operand if applying the operand's
1789
1789
ownership constraint to the value's ownership does not change the value's
1790
- ownership. Operationally this has a few interesting effects on SIL::
1790
+ ownership. Operationally this has a few interesting effects on SIL:
1791
1791
1792
- 1. We have defined away invalid value-operand (aka def-use) pairing since the
1793
- SILVerifier validates the aforementioned relationship on all SIL values,
1794
- uses at all points of the pipeline until ossa is lowered.
1792
+ 1. We have defined away invalid value-operand (aka def-use) pairing since the
1793
+ SILVerifier validates the aforementioned relationship on all SIL values,
1794
+ uses at all points of the pipeline until ossa is lowered.
1795
1795
1796
- 2. Many SIL instructions do not care about the ownership kind that their value
1797
- will take. They can just define all of their operand's as having an
1798
- ownership constraint of Any.
1796
+ 2. Many SIL instructions do not care about the ownership kind that their value
1797
+ will take. They can just define all of their operand's as having an
1798
+ ownership constraint of Any.
1799
1799
1800
1800
Now lets go into more depth upon `Value Ownership Kind `_ and `Ownership Constraint `_.
1801
1801
You can’t perform that action at this time.
0 commit comments