diff mx.graal/suite.py @ 22044:5de4a002d097

Schedule: Allow floating reads to be scheduled after loops
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Sun, 21 Jun 2015 18:53:42 +0200
parents 0751fdae4e7a
children a566bda0fb86
line wrap: on
line diff
--- a/mx.graal/suite.py	Sun Jun 21 22:24:40 2015 +0200
+++ b/mx.graal/suite.py	Sun Jun 21 18:53:42 2015 +0200
@@ -1069,6 +1069,7 @@
         "com.oracle.graal.java",
         "com.oracle.graal.test",
         "com.oracle.graal.runtime",
+        "com.oracle.graal.graph.test",
         "JAVA_ALLOCATION_INSTRUMENTER",
       ],
       "checkstyle" : "com.oracle.graal.graph",
@@ -1124,7 +1125,6 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.truffle",
-        "com.oracle.graal.graph.test",
         "com.oracle.graal.compiler.test",
         "TRUFFLE_SL",
       ],