mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
58f8739d55
MIR dumped before/after the dummy `PreCodegen` pass should be identical to MIR dumped after the phase transition to `runtime-optimized`.
19 lines
310 B
Rust
19 lines
310 B
Rust
// MIR for `main` after runtime-optimized
|
|
|
|
fn main() -> () {
|
|
let mut _0: ();
|
|
scope 1 {
|
|
debug x => const 4_i32;
|
|
scope 2 {
|
|
debug y => const 3_i32;
|
|
scope 3 {
|
|
debug z => const 42_u32;
|
|
}
|
|
}
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|