diff options
| author | Ralf Jung <post@ralfj.de> | 2022-07-06 10:14:46 -0400 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-07-09 07:43:56 -0400 |
| commit | 4e7aaf1f448dd9808a94e98dffe4c1176c388e0d (patch) | |
| tree | 17d0725f18b8bf3770795c189322577992c80f24 /src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir | |
| parent | ac265cdc19fe99b5909410893dd1583d6cb895fe (diff) | |
| download | rust-4e7aaf1f448dd9808a94e98dffe4c1176c388e0d.tar.gz rust-4e7aaf1f448dd9808a94e98dffe4c1176c388e0d.zip | |
tweak names and output and bless
Diffstat (limited to 'src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir')
| -rw-r--r-- | src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir b/src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir index ec2d161251b..f1c5d95df19 100644 --- a/src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir +++ b/src/test/mir-opt/while_storage.while_loop.PreCodegen.after.mir @@ -19,7 +19,7 @@ fn while_loop(_1: bool) -> () { _2 = get_bool(move _3) -> bb2; // scope 0 at $DIR/while-storage.rs:10:11: 10:22 // mir::Constant // + span: $DIR/while-storage.rs:10:11: 10:19 - // + literal: Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) } + // + literal: Const { ty: fn(bool) -> bool {get_bool}, val: Value(<ZST>) } } bb2: { @@ -34,7 +34,7 @@ fn while_loop(_1: bool) -> () { _4 = get_bool(move _5) -> bb4; // scope 0 at $DIR/while-storage.rs:11:12: 11:23 // mir::Constant // + span: $DIR/while-storage.rs:11:12: 11:20 - // + literal: Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) } + // + literal: Const { ty: fn(bool) -> bool {get_bool}, val: Value(<ZST>) } } bb4: { |
