Grammar nit

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

View File

@ -90,7 +90,7 @@ basic block onto which the statements should be appended.
There are essentially four kinds of representations one might want of an expression:
* `Place` refers to a (or a part of) preexisting memory location (local, static, promoted)
* `Place` refers to a (or part of a) preexisting memory location (local, static, promoted)
* `Rvalue` is something that can be assigned to a `Place`
* `Operand` is an argument to e.g. a `+` operation or a function call
* a temporary variable containing a copy of the value