diff options
| author | Jakob Degen <jakob.e.degen@gmail.com> | 2022-04-05 19:02:57 -0400 |
|---|---|---|
| committer | Jakob Degen <jakob.e.degen@gmail.com> | 2022-04-11 09:26:26 -0400 |
| commit | 2a040284a5bc3bee1e78a7bea60e15a0033ef2b5 (patch) | |
| tree | 233446ce4bb41441a95eb6f9f49280622d4fbc5e /src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff | |
| parent | fe796cd0f608a46ae250a2899cbbec657a22db9c (diff) | |
| download | rust-2a040284a5bc3bee1e78a7bea60e15a0033ef2b5.tar.gz rust-2a040284a5bc3bee1e78a7bea60e15a0033ef2b5.zip | |
Fix tests broken by deaggregation change
Diffstat (limited to 'src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff')
| -rw-r--r-- | src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff b/src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff index 4c3f66cd090..72a613b26b6 100644 --- a/src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff +++ b/src/test/mir-opt/const_prop/optimizes_into_variable.main.ConstProp.32bit.diff @@ -52,6 +52,7 @@ StorageDead(_4); // scope 1 at $DIR/optimizes_into_variable.rs:13:34: 13:35 StorageLive(_8); // scope 2 at $DIR/optimizes_into_variable.rs:14:9: 14:10 StorageLive(_9); // scope 2 at $DIR/optimizes_into_variable.rs:14:13: 14:36 + Deinit(_9); // scope 2 at $DIR/optimizes_into_variable.rs:14:13: 14:36 (_9.0: u32) = const 12_u32; // scope 2 at $DIR/optimizes_into_variable.rs:14:13: 14:36 (_9.1: u32) = const 42_u32; // scope 2 at $DIR/optimizes_into_variable.rs:14:13: 14:36 - _8 = (_9.1: u32); // scope 2 at $DIR/optimizes_into_variable.rs:14:13: 14:38 |
