diff mx.graal/suite.py @ 22193:b4971242bd23

[SPARC] Merge nodes load->(sign|zero)extend into a sign/zero extending load
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 09 Jul 2015 15:34:11 +0200
parents 103f53747955
children 6cd6d5e670ad
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Jul 09 14:39:08 2015 +0200
+++ b/mx.graal/suite.py	Thu Jul 09 15:34:11 2015 +0200
@@ -919,6 +919,7 @@
         "com.oracle.graal.compiler",
         "com.oracle.graal.lir.sparc"
       ],
+      "annotationProcessors" : ["com.oracle.graal.compiler.match.processor"],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,SPARC",