aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index 827134e84..75b790861 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -52,7 +52,8 @@ class Compiler {
List(new PatternMatcher,
new ExplicitOuter,
new Splitter),
- List(new SeqLiterals,
+ List(new VCInlineMethods,
+ new SeqLiterals,
new InterceptedMethods,
new Literalize,
new Getters,
@@ -62,7 +63,7 @@ class Compiler {
new ResolveSuper),
List(new Erasure),
List(new ElimErasedValueType,
- new VCInline,
+ new VCElideAllocations,
new Mixin,
new LazyVals,
new Memoize,