diff mx/suite.py @ 20182:c5ae0424f822

Move special arithemtic nodes from graal.truffle to graal and use them to inrinsify some of the JDK8 Math methods
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 11:30:29 +0200
parents bba2b55908a1
children a2cd0e7072e2 b1700db197c7
line wrap: on
line diff
--- a/mx/suite.py	Tue Apr 07 11:19:39 2015 +0200
+++ b/mx/suite.py	Tue Apr 07 11:30:29 2015 +0200
@@ -1050,6 +1050,7 @@
         "com.oracle.truffle.api",
         "com.oracle.graal.runtime",
         "com.oracle.graal.printer",
+        "com.oracle.graal.replacements",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",