diff graal/com.oracle.truffle.api.codegen/src/com/oracle/truffle/api/codegen/NodeChild.java @ 10591:3cc5fb59916e

Truffle-DSL: Renamed @NodeClass to @NodeContainer. splitByMethodName is not an option anymore and is always enabled if a @NodeContainer is used.
author Christian Humer <christian.humer@gmail.com>
date Fri, 28 Jun 2013 12:19:51 +0200
parents 8b2573c8d47f
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.codegen/src/com/oracle/truffle/api/codegen/NodeChild.java	Wed Jun 26 17:21:59 2013 +0200
+++ b/graal/com.oracle.truffle.api.codegen/src/com/oracle/truffle/api/codegen/NodeChild.java	Fri Jun 28 12:19:51 2013 +0200
@@ -36,7 +36,7 @@
 
     String value() default "";
 
-    Class<?> type() default NodeClass.InheritNode.class;
+    Class<?> type() default Node.class;
 
     /**
      * The {@link #executeWith()} property allows a node to pass the result of one child's