MIR call terminator represents diverging calls too
This commit is contained in:
parent
de521cbb30
commit
215822a32e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ pub enum TerminatorKind<'tcx> {
|
|||
unwind: Option<BasicBlock>,
|
||||
},
|
||||
|
||||
/// Block ends with a call of a converging function.
|
||||
/// Block ends with a call of a function.
|
||||
Call {
|
||||
/// The function that’s being called.
|
||||
func: Operand<'tcx>,
|
||||
|
|
Loading…
Add table
Reference in a new issue