rust/tests/mir-opt/dont_yeet_assert.generic.InstSimplify.diff
2023-06-15 15:19:11 -04:00

20 lines
395 B
Diff

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