Remove comments from mir-opt MIR dumps
This commit is contained in:
parent
331249a949
commit
0a1fa411ed
701 changed files with 21882 additions and 24151 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue