Update docs
This commit is contained in:
parent
104f97e5aa
commit
7348284073
1 changed files with 2 additions and 2 deletions
|
@ -327,8 +327,8 @@ pub enum StatementKind<'tcx> {
|
|||
/// executed.
|
||||
Coverage(Box<Coverage>),
|
||||
|
||||
/// Denotes a call to an intrinsic that does not require an unwind path. This avoids
|
||||
/// adding a new block and a terminator for simple intrinsics.
|
||||
/// Denotes a call to an intrinsic that does not require an unwind path and always returns.
|
||||
/// This avoids adding a new block and a terminator for simple intrinsics.
|
||||
Intrinsic(Box<NonDivergingIntrinsic<'tcx>>),
|
||||
|
||||
/// No-op. Useful for deleting instructions without affecting statement indices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue