about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff
diff options
context:
space:
mode:
authorErik Desjardins <erikdesjardins@users.noreply.github.com>2021-03-15 21:58:54 -0400
committerErik Desjardins <erikdesjardins@users.noreply.github.com>2021-03-15 21:58:54 -0400
commit90562b401ee63d05d2c96bb2240074dd528d9371 (patch)
tree8ee901cc5a3ff9e20b882c31bd22384bcd7d8a45 /src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff
parent899836306f65562912e36ace0631c46bb833db14 (diff)
downloadrust-90562b401ee63d05d2c96bb2240074dd528d9371.tar.gz
rust-90562b401ee63d05d2c96bb2240074dd528d9371.zip
bless tests
Diffstat (limited to 'src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff')
-rw-r--r--src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff
index fa790822b6b..8276318f1ef 100644
--- a/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff
+++ b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff
@@ -29,7 +29,7 @@
           _1 = _2[_3];                     // scope 0 at $DIR/large_array_index.rs:6:17: 6:32
           StorageDead(_3);                 // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
           StorageDead(_2);                 // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
-          _0 = const ();                   // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
+          nop;                             // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
           StorageDead(_1);                 // scope 0 at $DIR/large_array_index.rs:7:1: 7:2
           return;                          // scope 0 at $DIR/large_array_index.rs:7:2: 7:2
       }