Skip to content

Commit bfdce53

Browse files
committed
Re-enable DropNoEffects after erasure
1 parent d1dc87c commit bfdce53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/transform/localopt/Simplify.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class Simplify extends MiniPhaseTransform with IdentityDenotTransformer {
6060
new Devalify ::
6161
new Jumpjump ::
6262
new DropGoodCasts ::
63+
new DropNoEffects(this) ::
6364
new ConstantFold(this) ::
6465
Nil
6566

0 commit comments

Comments
 (0)