diff options
| author | Ralf Jung <post@ralfj.de> | 2023-11-26 18:21:56 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-12-07 17:46:36 +0100 |
| commit | 29c95e98e318be711169862c996982c7dffd2372 (patch) | |
| tree | 0e822c28cc59b868e120c997f89906f4c1af9255 /tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff | |
| parent | 4d93590d59ca7d71ac401ce600fd0fe458a6375e (diff) | |
| download | rust-29c95e98e318be711169862c996982c7dffd2372.tar.gz rust-29c95e98e318be711169862c996982c7dffd2372.zip | |
also print 'immutable' flag
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff b/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff index 5d69572b507..d862bd93ff5 100644 --- a/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff +++ b/tests/mir-opt/dataflow-const-prop/enum.statics.DataflowConstProp.64bit.diff @@ -118,7 +118,7 @@ } ALLOC2 (static: RC, size: 8, align: 8) { - ╾ALLOC0╼ │ ╾──────╼ + ╾ALLOC0<imm>╼ │ ╾──────╼ } ALLOC0 (size: 8, align: 4) { |
