diff options
| author | Jakob Degen <jakob.e.degen@gmail.com> | 2022-05-18 19:06:40 -0400 |
|---|---|---|
| committer | Jakob Degen <jakob.e.degen@gmail.com> | 2022-05-24 22:50:21 -0400 |
| commit | 8d6d8f0426f517051926a86f41f831eff30b23a7 (patch) | |
| tree | e071fd8829c03ed7ccf31067a23def9909208341 /src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff | |
| parent | bf153a241dda6c44ea34095b57372c64b98989f2 (diff) | |
| download | rust-8d6d8f0426f517051926a86f41f831eff30b23a7.tar.gz rust-8d6d8f0426f517051926a86f41f831eff30b23a7.zip | |
Fix/bless tests broken by DSE
Diffstat (limited to 'src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff')
| -rw-r--r-- | src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff b/src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff index 20e2685aba5..3c26cf32a76 100644 --- a/src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff +++ b/src/test/mir-opt/lower_array_len.array_len.SimplifyLocals.diff @@ -11,10 +11,7 @@ bb0: { - StorageLive(_2); // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 - StorageLive(_3); // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 -- _3 = _1; // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 - StorageLive(_4); // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 -- _4 = _3; // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 -- _2 = move _3 as &[u8] (Pointer(Unsize)); // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 - StorageDead(_3); // scope 0 at $DIR/lower_array_len.rs:31:7: 31:8 _0 = const N; // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 - StorageDead(_4); // scope 0 at $DIR/lower_array_len.rs:31:5: 31:14 |
