File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ There are essentially four kinds of representations one might want of a value:
64
64
* ` Operand ` is an argument to e.g. a ` + ` operation or a function call
65
65
* a temporary variable containing a copy of the value
66
66
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
69
69
` Operand ` for its arguments (if any). ` Operand ` lowering either produces a ` const `
70
70
operand, or moves/copies out of a ` Place ` , thus triggering a ` Place ` lowering. An
71
71
expression being lowered to a ` Place ` can in turn trigger a temporary to be created
You can’t perform that action at this time.
0 commit comments