]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup
[rust.git] / src / test / mir-opt / const_prop / control_flow_simplification.hello.PreCodegen.before.mir
index 30512d0bbe8747db0e327e055e8179044d7d571c..c2f75e5daeeb22179c46f4cc946d41583100efda 100644 (file)
@@ -4,6 +4,7 @@ fn hello() -> () {
     let mut _0: ();                      // return place in scope 0 at $DIR/control-flow-simplification.rs:11:14: 11:14
 
     bb0: {
+        _0 = const ();                   // scope 0 at $DIR/control-flow-simplification.rs:14:6: 14:6
         return;                          // scope 0 at $DIR/control-flow-simplification.rs:15:2: 15:2
     }
 }