]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/const_prop/return_place.add.PreCodegen.before.mir
Move /src/test to /tests
[rust.git] / tests / mir-opt / const_prop / return_place.add.PreCodegen.before.mir
1 // MIR for `add` before PreCodegen
2
3 fn add() -> u32 {
4     let mut _0: u32;                     // return place in scope 0 at $DIR/return_place.rs:+0:13: +0:16
5
6     bb0: {
7         _0 = const 4_u32;                // scope 0 at $DIR/return_place.rs:+1:5: +1:10
8         return;                          // scope 0 at $DIR/return_place.rs:+2:2: +2:2
9     }
10 }