]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir
Auto merge of #107197 - aliemjay:patch-2, r=jackh726
[rust.git] / tests / mir-opt / const_prop / control_flow_simplification.hello.PreCodegen.before.mir
1 // MIR for `hello` before PreCodegen
2
3 fn hello() -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/control_flow_simplification.rs:+0:14: +0:14
5
6     bb0: {
7         return;                          // scope 0 at $DIR/control_flow_simplification.rs:+4:2: +4:2
8     }
9 }