File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/src/dotty/tools/dotc/transform/localopt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ class Simplify extends MiniPhaseTransform with IdentityDenotTransformer {
47
47
new InlineOptions ::
48
48
// new InlineLabelsCalledOnce :: // not needed: new pattern matcher does this already
49
49
new Valify (this ) ::
50
- new Devalify ::
50
+ // new Devalify ::
51
51
new Jumpjump ::
52
52
new DropGoodCasts ::
53
- new DropNoEffects (this ) ::
53
+ // new DropNoEffects(this) ::
54
54
new InlineLocalObjects (this ) ::
55
55
// new Varify :: // varify could stop other transformations from being applied. postponed.
56
56
// new BubbleUpNothing ::
@@ -63,7 +63,7 @@ class Simplify extends MiniPhaseTransform with IdentityDenotTransformer {
63
63
new Devalify ::
64
64
new Jumpjump ::
65
65
new DropGoodCasts ::
66
- new DropNoEffects (this ) ::
66
+ // new DropNoEffects(this) ::
67
67
new ConstantFold (this ) ::
68
68
Nil
69
69
You can’t perform that action at this time.
0 commit comments