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