Skip to content

Commit 02ce4af

Browse files
oli-obkmark-i-m
authored andcommitted
Split overcomplicated sentence into two
1 parent a7c2365 commit 02ce4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mir/construction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ There are essentially four kinds of representations one might want of a value:
6464
* `Operand` is an argument to e.g. a `+` operation or a function call
6565
* a temporary variable containing a copy of the value
6666

67-
Since we start out with lowering the function body to an `Rvalue` so we can create an
68-
assignment to `RETURN_PLACE`, that `Rvalue` lowering will in turn trigger lowering to
67+
We start out with lowering the function body to an `Rvalue` so we can create an
68+
assignment to `RETURN_PLACE`, This `Rvalue` lowering will in turn trigger lowering to
6969
`Operand` for its arguments (if any). `Operand` lowering either produces a `const`
7070
operand, or moves/copies out of a `Place`, thus triggering a `Place` lowering. An
7171
expression being lowered to a `Place` can in turn trigger a temporary to be created

0 commit comments

Comments
 (0)