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