english is hard
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
b871e0466f
commit
23b2ac55b8
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ These `Rvalue`s later get codegened to llvm primitive operations or llvm intrins
|
|||
Operators on all other types get lowered to a function call to their `impl` of the
|
||||
operator's corresponding trait.
|
||||
|
||||
Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s.
|
||||
Regardless of the lowering kind, the arguments to the operator are lowered to `Operand`s.
|
||||
This means all arguments are either constants, or refer to an already existing value
|
||||
somewhere in a local or static.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue