mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
16 lines
273 B
Diff
16 lines
273 B
Diff
- // MIR for `opt` before RemoveUnneededDrops
|
|
+ // MIR for `opt` after RemoveUnneededDrops
|
|
|
|
fn opt(_1: bool) -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
- drop(_1) -> [return: bb1, unwind unreachable];
|
|
- }
|
|
-
|
|
- bb1: {
|
|
return;
|
|
}
|
|
}
|
|
|