MIR call terminator represents diverging calls too

This commit is contained in:
Simonas Kazlauskas 2020-08-22 00:11:52 +03:00
parent de521cbb30
commit 215822a32e
1 changed files with 1 additions and 1 deletions

View File

@ -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 thats being called.
func: Operand<'tcx>,