diff options
| author | Austin Lasher <austinlasher@gmail.com> | 2020-08-15 13:04:37 -0400 |
|---|---|---|
| committer | Austin Lasher <austinlasher@gmail.com> | 2020-08-17 17:29:48 -0400 |
| commit | 28ac141b72053ae21c9337e761ef339803c958df (patch) | |
| tree | 0903050bedc1b3ae2f7a61618c68bbe46316e5cd /src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff | |
| parent | bf1c024f99d8218102e4dfc5cdaa4d8ae1af2e51 (diff) | |
| download | rust-28ac141b72053ae21c9337e761ef339803c958df.tar.gz rust-28ac141b72053ae21c9337e761ef339803c958df.zip | |
Update MIR tests with comment verbosity fix
Diffstat (limited to 'src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff')
| -rw-r--r-- | src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff b/src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff index 617702a5209..05c618b3a12 100644 --- a/src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff +++ b/src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff @@ -15,41 +15,11 @@ bb0: { StorageLive(_1); // scope 0 at $DIR/mutable_variable_aggregate.rs:5:9: 5:14 (_1.0: i32) = const 42_i32; // scope 0 at $DIR/mutable_variable_aggregate.rs:5:17: 5:25 - // ty::Const - // + ty: i32 - // + val: Value(Scalar(0x0000002a)) - // mir::Constant - // + span: $DIR/mutable_variable_aggregate.rs:5:18: 5:20 - // + literal: Const { ty: i32, val: Value(Scalar(0x0000002a)) } (_1.1: i32) = const 43_i32; // scope 0 at $DIR/mutable_variable_aggregate.rs:5:17: 5:25 - // ty::Const - // + ty: i32 - // + val: Value(Scalar(0x0000002b)) - // mir::Constant - // + span: $DIR/mutable_variable_aggregate.rs:5:22: 5:24 - // + literal: Const { ty: i32, val: Value(Scalar(0x0000002b)) } (_1.1: i32) = const 99_i32; // scope 1 at $DIR/mutable_variable_aggregate.rs:6:5: 6:13 - // ty::Const - // + ty: i32 - // + val: Value(Scalar(0x00000063)) - // mir::Constant - // + span: $DIR/mutable_variable_aggregate.rs:6:11: 6:13 - // + literal: Const { ty: i32, val: Value(Scalar(0x00000063)) } StorageLive(_2); // scope 1 at $DIR/mutable_variable_aggregate.rs:7:9: 7:10 - _2 = _1; // scope 1 at $DIR/mutable_variable_aggregate.rs:7:13: 7:14 + _2 = (const 42_i32, const 99_i32); // scope 1 at $DIR/mutable_variable_aggregate.rs:7:13: 7:14 -+ // ty::Const -+ // + ty: i32 -+ // + val: Value(Scalar(0x0000002a)) -+ // mir::Constant -+ // + span: $DIR/mutable_variable_aggregate.rs:7:13: 7:14 -+ // + literal: Const { ty: i32, val: Value(Scalar(0x0000002a)) } -+ // ty::Const -+ // + ty: i32 -+ // + val: Value(Scalar(0x00000063)) -+ // mir::Constant -+ // + span: $DIR/mutable_variable_aggregate.rs:7:13: 7:14 -+ // + literal: Const { ty: i32, val: Value(Scalar(0x00000063)) } _0 = const (); // scope 0 at $DIR/mutable_variable_aggregate.rs:4:11: 8:2 // ty::Const // + ty: () |
