diff graal/com.oracle.max.graal.graph/src/com/oracle/max/graal/graph/Node.java @ 4647:b32ccf2376d2

experimental: scheduling and unscheduling of the whole graph
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 20 Feb 2012 14:28:39 +0100
parents d8e84cf186a4
children 2f2c6347fce4
line wrap: on
line diff
--- a/graal/com.oracle.max.graal.graph/src/com/oracle/max/graal/graph/Node.java	Mon Feb 20 14:27:35 2012 +0100
+++ b/graal/com.oracle.max.graal.graph/src/com/oracle/max/graal/graph/Node.java	Mon Feb 20 14:28:39 2012 +0100
@@ -86,7 +86,7 @@
     @Target(ElementType.METHOD)
     public static @interface NodeIntrinsic {
         /**
-         * Gets the {@link Node} subclass instantiated when intrinsifyng a call to the annotated method.
+         * Gets the {@link Node} subclass instantiated when intrinsifying a call to the annotated method.
          * If not specified, then the class in which the annotated method is declared is used
          * (and is assumed to be a {@link Node} subclass).
          */