Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
This commit is contained in:
Who? Me?! 2018-11-08 19:01:59 +01:00
parent 13a9a2c9ab
commit 7d4e8fade7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ again). Instead there are `Rvalue`s for binary and unary operators and index ope
These `Rvalue`s later get codegened to llvm primitive operations or llvm intrinsics. These `Rvalue`s later get codegened to llvm primitive operations or llvm intrinsics.
Operators on all other types get lowered to a function call to their `impl` of the Operators on all other types get lowered to a function call to their `impl` of the
Operator's corresponding trait. operator's corresponding trait.
Irrelevant of the lowering kind, the arguments to the operator are lowered to `Operand`s. Irrelevant 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 This means all arguments are either constants, or refer to an already existing value