We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f931b2d commit 830ad66Copy full SHA for 830ad66
compiler/src/dotty/tools/dotc/transform/localopt/Simplify.scala
@@ -49,7 +49,7 @@ class Simplify extends MiniPhase with IdentityDenotTransformer {
49
new Devalify ::
50
new Jumpjump ::
51
new DropGoodCasts ::
52
- new DropNoEffects(this) ::
+ // new DropNoEffects(this) ::
53
new InlineLocalObjects(this) ::
54
// new Varify :: // varify could stop other transformations from being applied. postponed.
55
// new BubbleUpNothing ::
@@ -62,7 +62,7 @@ class Simplify extends MiniPhase with IdentityDenotTransformer {
62
63
64
65
66
new ConstantFold(this) ::
67
Nil
68
0 commit comments