]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.mir
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / mir-opt / const_prop / control_flow_simplification.hello.PreCodegen.before.mir
index c2f75e5daeeb22179c46f4cc946d41583100efda..30512d0bbe8747db0e327e055e8179044d7d571c 100644 (file)
@@ -4,7 +4,6 @@ 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
     }
 }