1
Fork 0

Remove Nop in simplify_locals.

It's cheap and does not change anything.
This commit is contained in:
Camille GILLOT 2022-12-04 19:25:20 +00:00
parent 028b4745f4
commit e300abb593
36 changed files with 1 additions and 54 deletions

View file

@ -33,7 +33,6 @@
StorageDead(_3); // scope 2 at $SRC_DIR/core/src/ops/arith.rs:LL:COL
StorageDead(_2); // scope 0 at $DIR/inherit_overflow.rs:+3:13: +3:47
StorageDead(_1); // scope 0 at $DIR/inherit_overflow.rs:+3:13: +3:47
nop; // scope 0 at $DIR/inherit_overflow.rs:+0:11: +4:2
return; // scope 0 at $DIR/inherit_overflow.rs:+4:2: +4:2
}
}