Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 13, 2024
1 parent c6d113a commit c8d0a21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/IR.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ Only assign is used currently: it contains a place and a rvalue.
This defines a place in memory, where you can load or store.

## RValue

A value found in the right hand side of an assignment, for example the use of an operand or a binary operation with 2 operands, a reference to a place, etc.

## Operand
## Operand

A operand is a value, either from a place in memory or constant data.

## Local
Expand Down

0 comments on commit c8d0a21

Please sign in to comment.