Fixed Spelling Mistake In MIR/index.md - "alloated"
This commit is contained in:
parent
76be9f99d7
commit
9d2e781896
|
|
@ -38,7 +38,7 @@ This section introduces the key concepts of MIR, summarized here:
|
||||||
the end of a block
|
the end of a block
|
||||||
- (if you're not familiar with the term *basic block*, see the [background
|
- (if you're not familiar with the term *basic block*, see the [background
|
||||||
chapter][cfg])
|
chapter][cfg])
|
||||||
- **Locals:** Memory locations alloated on the stack (conceptually, at
|
- **Locals:** Memory locations allocated on the stack (conceptually, at
|
||||||
least), such as function arguments, local variables, and
|
least), such as function arguments, local variables, and
|
||||||
temporaries. These are identified by an index, written with a
|
temporaries. These are identified by an index, written with a
|
||||||
leading underscore, like `_1`. There is also a special "local"
|
leading underscore, like `_1`. There is also a special "local"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue