1
Fork 0

Remove comments from mir-opt MIR dumps

This commit is contained in:
Ben Kimock 2023-06-06 09:47:00 -04:00
parent 331249a949
commit 0a1fa411ed
701 changed files with 21882 additions and 24151 deletions

View file

@ -2,12 +2,12 @@
+ // MIR for `bar` after InstrumentCoverage
fn bar() -> bool {
let mut _0: bool; // return place in scope 0 at /the/src/instrument_coverage.rs:+0:13: +0:17
let mut _0: bool;
bb0: {
+ Coverage::Counter(1) for /the/src/instrument_coverage.rs:20:1 - 22:2; // scope 0 at /the/src/instrument_coverage.rs:+2:2: +2:2
_0 = const true; // scope 0 at /the/src/instrument_coverage.rs:+1:5: +1:9
return; // scope 0 at /the/src/instrument_coverage.rs:+2:2: +2:2
+ Coverage::Counter(1) for /the/src/instrument_coverage.rs:20:1 - 22:2;
_0 = const true;
return;
}
}