summaryrefslogtreecommitdiff
path: root/config/list/scalac.lst
diff options
context:
space:
mode:
authorNAME <USER@epfl.ch>2004-01-30 13:07:45 +0000
committerNAME <USER@epfl.ch>2004-01-30 13:07:45 +0000
commitbec9884b00d60a79671e51a5a65b1717f753f981 (patch)
tree0a8d4bfa78fbe173ddaf6a8fa8f1e34902f8ee84 /config/list/scalac.lst
parent0bc48e99d91c250590e6ec1ed376aec348df5cb4 (diff)
downloadscala-bec9884b00d60a79671e51a5a65b1717f753f981.tar.gz
scala-bec9884b00d60a79671e51a5a65b1717f753f981.tar.bz2
scala-bec9884b00d60a79671e51a5a65b1717f753f981.zip
Added intermediate code and corresponding jvm b...
Added intermediate code and corresponding jvm backend
Diffstat (limited to 'config/list/scalac.lst')
-rw-r--r--config/list/scalac.lst10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/list/scalac.lst b/config/list/scalac.lst
index 967745e360..b7719a8b98 100644
--- a/config/list/scalac.lst
+++ b/config/list/scalac.lst
@@ -32,4 +32,14 @@ typechecker/Substituter.scala
util/NewArray.scala
+icode/ICodePhase.scala
+icode/IBasicBlock.scala
+icode/ICInstruction.scala
+icode/ICode.scala
+icode/ICodePrinter.scala
+icode/ICTypeStack.scala
+
+backend/GenJVMFromICode.scala
+backend/GenJVMFromICodePhase.scala
+
##############################################################################