rust/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff

20 lines
395 B
Diff
Raw Normal View History

2023-05-06 22:20:58 -05:00
- // MIR for `generic` before InstSimplify
+ // MIR for `generic` after InstSimplify
fn generic() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let _1: ();
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
_1 = assert_mem_uninitialized_valid::<&T>() -> [return: bb1, unwind unreachable];
}
bb1: {
2023-06-06 08:47:00 -05:00
StorageDead(_1);
_0 = const ();
return;
}
}