Skip to content

Commit f6ba691

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Revert "Mention that places are sometimes called "lvalues""
This reverts commit bf5e1c4.
1 parent c758b59 commit f6ba691

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mir/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ This section introduces the key concepts of MIR, summarized here:
4444
leading underscore, like `_1`. There is also a special "local"
4545
(`_0`) allocated to store the return value.
4646
- **Places:** expressions that identify a location in memory, like `_1` or
47-
`_1.f`. (Some people call these "lvalues"; the "l" meaning that they occur on
48-
the left-hand side of an assignment.)
47+
`_1.f`.
4948
- **Rvalues:** expressions that produce a value. The "R" stands for
5049
the fact that these are the "right-hand side" of an assignment.
5150
- **Operands:** the arguments to an rvalue, which can either be a

0 commit comments

Comments
 (0)