diff options
| author | sfzhu93 <zhushuofei@gmail.com> | 2024-01-07 22:03:42 -0800 |
|---|---|---|
| committer | sfzhu93 <zhushuofei@gmail.com> | 2024-01-07 22:03:42 -0800 |
| commit | 33e5d851a923ab46544d2cda70f80a59e4c1398c (patch) | |
| tree | 2be65e604637243590d0d0904291e6baa7e78125 /tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff | |
| parent | e05c779ee30fc7d2bdbb41ae95dd7e5b7d404621 (diff) | |
| download | rust-33e5d851a923ab46544d2cda70f80a59e4c1398c.tar.gz rust-33e5d851a923ab46544d2cda70f80a59e4c1398c.zip | |
Add FileCheck for enum.rs
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff b/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff index 053981abea3..44e8d39cca3 100644 --- a/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff +++ b/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.32bit.diff @@ -9,34 +9,34 @@ let mut _8: &&E; let mut _10: isize; scope 1 { - debug e => _1; + debug e1 => _1; let _3: i32; let _5: i32; let _6: i32; scope 2 { - debug x => _3; + debug x1 => _3; let _7: &E; scope 5 { - debug e => _7; + debug e2 => _7; let _9: &i32; let _11: &i32; let _12: &i32; scope 6 { - debug x => _9; + debug x2 => _9; } scope 7 { - debug x => _11; + debug x21 => _11; } scope 8 { - debug x => _12; + debug x22 => _12; } } } scope 3 { - debug x => _5; + debug x11 => _5; } scope 4 { - debug x => _6; + debug x12 => _6; } } |
