2020-09-13 14:04:45 +00:00
|
|
|
- // MIR for `opt` before RemoveUnneededDrops
|
|
|
|
+ // MIR for `opt` after RemoveUnneededDrops
|
|
|
|
|
|
|
|
fn opt(_1: bool) -> () {
|
2023-06-06 13:47:00 +00:00
|
|
|
debug x => _1;
|
|
|
|
let mut _0: ();
|
|
|
|
let _2: ();
|
|
|
|
let mut _3: bool;
|
|
|
|
scope 1 (inlined std::mem::drop::<bool>) {
|
|
|
|
debug _x => _3;
|
2020-09-13 14:04:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 13:47:00 +00:00
|
|
|
- nop;
|
|
|
|
StorageLive(_3);
|
|
|
|
_3 = _1;
|
|
|
|
- drop(_3) -> [return: bb1, unwind unreachable];
|
2020-09-19 13:21:39 +00:00
|
|
|
- }
|
|
|
|
-
|
|
|
|
- bb1: {
|
2023-06-06 13:47:00 +00:00
|
|
|
StorageDead(_3);
|
|
|
|
- nop;
|
|
|
|
- nop;
|
|
|
|
return;
|
2020-09-13 14:04:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|