]> git.proxmox.com Git - rustc.git/blame - src/test/mir-opt/uninhabited_enum.process_void.SimplifyLocals.after.mir
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / mir-opt / uninhabited_enum.process_void.SimplifyLocals.after.mir
CommitLineData
ba9703b0
XL
1// MIR for `process_void` after SimplifyLocals
2
3fn process_void(_1: *const Void) -> () {
4 debug input => _1; // in scope 0 at $DIR/uninhabited-enum.rs:13:21: 13:26
5 let mut _0: (); // return place in scope 0 at $DIR/uninhabited-enum.rs:13:41: 13:41
6 let _2: &Void; // in scope 0 at $DIR/uninhabited-enum.rs:14:8: 14:14
7 scope 1 {
8 debug _input => _2; // in scope 1 at $DIR/uninhabited-enum.rs:14:8: 14:14
9 }
10 scope 2 {
11 }
12
13 bb0: {
f9f354fc 14 StorageLive(_2); // scope 0 at $DIR/uninhabited-enum.rs:14:8: 14:14
f9f354fc
XL
15 StorageDead(_2); // scope 0 at $DIR/uninhabited-enum.rs:17:1: 17:2
16 return; // scope 0 at $DIR/uninhabited-enum.rs:17:2: 17:2
ba9703b0
XL
17 }
18}