diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2024-01-05 21:52:58 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2024-04-20 19:22:13 +0000 |
| commit | 9b846d4637f10a64f89c80631eae7710c23f1a5e (patch) | |
| tree | 8a5b50a06b0dea91ccfff9891c19e3d341a32a44 /tests/coverage/issue-83601.cov-map | |
| parent | 73db12a223e159a4043eac6d1134653e54f1e7f6 (diff) | |
| download | rust-9b846d4637f10a64f89c80631eae7710c23f1a5e.tar.gz rust-9b846d4637f10a64f89c80631eae7710c23f1a5e.zip | |
Dereference immutable borrows in GVN.
Diffstat (limited to 'tests/coverage/issue-83601.cov-map')
| -rw-r--r-- | tests/coverage/issue-83601.cov-map | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/coverage/issue-83601.cov-map b/tests/coverage/issue-83601.cov-map index f2447e3c92c..ddb4407881a 100644 --- a/tests/coverage/issue-83601.cov-map +++ b/tests/coverage/issue-83601.cov-map @@ -1,12 +1,12 @@ Function name: issue_83601::main -Raw bytes (21): 0x[01, 01, 01, 05, 09, 03, 01, 06, 01, 02, 1c, 05, 03, 09, 01, 1c, 02, 02, 05, 03, 02] +Raw bytes (21): 0x[01, 01, 01, 05, 00, 03, 01, 06, 01, 02, 1c, 05, 03, 09, 01, 1c, 02, 02, 05, 03, 02] Number of files: 1 - file 0 => global file 1 Number of expressions: 1 -- expression 0 operands: lhs = Counter(1), rhs = Counter(2) +- expression 0 operands: lhs = Counter(1), rhs = Zero Number of file 0 mappings: 3 - Code(Counter(0)) at (prev + 6, 1) to (start + 2, 28) - Code(Counter(1)) at (prev + 3, 9) to (start + 1, 28) - Code(Expression(0, Sub)) at (prev + 2, 5) to (start + 3, 2) - = (c1 - c2) + = (c1 - Zero) |
