rust/tests/mir-opt/pre-codegen/slice_iter.slice_iter_mut_next_back.PreCodegen.after.panic-unwind.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
380 B
Rust
Raw Normal View History

// MIR for `slice_iter_mut_next_back` after PreCodegen
fn slice_iter_mut_next_back(_1: &mut std::slice::IterMut<'_, T>) -> Option<&mut T> {
2023-06-06 08:47:00 -05:00
debug it => _1;
let mut _0: std::option::Option<&mut T>;
bb0: {
2023-07-16 08:11:10 -05:00
_0 = <std::slice::IterMut<'_, T> as DoubleEndedIterator>::next_back(move _1) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
return;
}
}