aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-10-28 15:21:33 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 10:17:33 +0100
commitad45e2e4b72057499b33a1cb4fbf5eb41ab8651c (patch)
tree11aeea26d275623f69edb2a8eca7e1d4af129b1b /src/dotty/tools/dotc/Compiler.scala
parentd2670a7e6ddfc3a71f7b38aefb831b684059d468 (diff)
downloaddotty-ad45e2e4b72057499b33a1cb4fbf5eb41ab8651c.tar.gz
dotty-ad45e2e4b72057499b33a1cb4fbf5eb41ab8651c.tar.bz2
dotty-ad45e2e4b72057499b33a1cb4fbf5eb41ab8651c.zip
New miniphase: Flatten
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index d141b7488..cb70480ce 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -55,7 +55,8 @@ class Compiler {
List(new Erasure),
List(new CapturedVars,
new Constructors),
- List(new LambdaLift)
+ List(new LambdaLift,
+ new Flatten)
)
var runId = 1