]> git.proxmox.com Git - rustc.git/blame - src/test/mir-opt/while_let_loops.change_loop_body.PreCodegen.after.64bit.mir
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / mir-opt / while_let_loops.change_loop_body.PreCodegen.after.64bit.mir
CommitLineData
3dfed10e
XL
1// MIR for `change_loop_body` after PreCodegen
2
3fn change_loop_body() -> () {
064997fb
FG
4 let mut _0: (); // return place in scope 0 at $DIR/while_let_loops.rs:+0:27: +0:27
5 let mut _1: i32; // in scope 0 at $DIR/while_let_loops.rs:+1:9: +1:15
3dfed10e 6 scope 1 {
064997fb 7 debug _x => _1; // in scope 1 at $DIR/while_let_loops.rs:+1:9: +1:15
923072b8
FG
8 scope 2 {
9 }
3dfed10e
XL
10 }
11
12 bb0: {
064997fb
FG
13 StorageLive(_1); // scope 0 at $DIR/while_let_loops.rs:+1:9: +1:15
14 StorageDead(_1); // scope 0 at $DIR/while_let_loops.rs:+6:1: +6:2
15 return; // scope 0 at $DIR/while_let_loops.rs:+6:2: +6:2
3dfed10e
XL
16 }
17}