Missing connection between two consecutive sentences

Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
This commit is contained in:
Who? Me?! 2018-11-08 19:02:49 +01:00
parent cc33639a95
commit 203a545285
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ In [MIR] there is no difference between method calls and function calls anymore.
`if` conditions and `match` statements for `enum`s without variants with fields are
lowered to `TerminatorKind::SwitchInt`. Each possible value (so `0` and `1` for `if`
conditions) has a corresponding `BasicBlock` to which the code continues.
The argument being branched on is again an `Operand`.
The argument being branched on is (again) an `Operand` representing the value of
the if condition.
### Pattern matching