diff mx/suite.py @ 19167:b3b81dfff200

Move ComputeBlockOrder to compiler.common and delete c.o.g.alloc project.
author Josef Eisl <josef.eisl@jku.at>
date Fri, 06 Feb 2015 10:09:13 +0100
parents ce68659c641f
children 833d0361c3e2
line wrap: on
line diff
--- a/mx/suite.py	Thu Feb 05 19:17:47 2015 +0100
+++ b/mx/suite.py	Fri Feb 06 10:09:13 2015 +0100
@@ -577,15 +577,6 @@
       "workingSets" : "Graal,LIR,SPARC",
     },
 
-    "com.oracle.graal.alloc" : {
-      "subDir" : "graal",
-      "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.graal.compiler.common"],
-      "checkstyle" : "com.oracle.graal.graph",
-      "javaCompliance" : "1.8",
-      "workingSets" : "Graal",
-    },
-
     "com.oracle.graal.word" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
@@ -738,7 +729,6 @@
       "dependencies" : [
         "com.oracle.graal.virtual",
         "com.oracle.graal.loop",
-        "com.oracle.graal.alloc",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",