]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/const_prop/checked_add.main.ConstProp.diff
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / mir-opt / const_prop / checked_add.main.ConstProp.diff
index 3397ef95856a5a0ad4fa47d41d120d2aec7d2274..40705bece518c5c7e2fe6f9a15d443f3c05603db 100644 (file)
@@ -23,7 +23,7 @@
       bb1: {
 -         _1 = move (_2.0: u32);           // scope 0 at $DIR/checked_add.rs:5:18: 5:23
 +         _1 = const 2_u32;                // scope 0 at $DIR/checked_add.rs:5:18: 5:23
-          _0 = const ();                   // scope 0 at $DIR/checked_add.rs:4:11: 6:2
+          nop;                             // scope 0 at $DIR/checked_add.rs:4:11: 6:2
           StorageDead(_1);                 // scope 0 at $DIR/checked_add.rs:6:1: 6:2
           return;                          // scope 0 at $DIR/checked_add.rs:6:2: 6:2
       }