rust/src/test/mir-opt/building/custom/arbitrary_let.arbitrary_let.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
973 B
Rust
Raw Normal View History

// MIR for `arbitrary_let` after built
fn arbitrary_let(_1: i32) -> i32 {
let mut _0: i32; // return place in scope 0 at $DIR/arbitrary_let.rs:+0:29: +0:32
let mut _2: i32; // in scope 0 at $SRC_DIR/core/src/intrinsics/mir.rs:LL:COL
let mut _3: i32; // in scope 0 at $SRC_DIR/core/src/intrinsics/mir.rs:LL:COL
bb0: {
_2 = _1; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
goto -> bb2; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
}
bb1: {
_0 = _3; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
return; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
}
bb2: {
_3 = _2; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
goto -> bb1; // scope 0 at $DIR/arbitrary_let.rs:+0:1: +0:32
}
}