Update miri.md: correct a minor typo (#1334)
This commit is contained in:
parent
86e586bc74
commit
690de884e2
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ evaluation. `_0` always refers to that location directly.
|
|||
|
||||
After the evaluation is done, the return value is converted from [`Operand`] to
|
||||
[`ConstValue`] by [`op_to_const`]: the former representation is geared towards
|
||||
what is needed *during* cost evaluation, while [`ConstValue`] is shaped by the
|
||||
what is needed *during* const evaluation, while [`ConstValue`] is shaped by the
|
||||
needs of the remaining parts of the compiler that consume the results of const
|
||||
evaluation. As part of this conversion, for types with scalar values, even if
|
||||
the resulting [`Operand`] is `Indirect`, it will return an immediate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue