diff graal/com.oracle.graal.lir/src/com/oracle/graal/lir/LIRInstruction.java @ 6539:2463eb24b644

Cleanup of Graal API: Rename methods so that it follows the getXxx naming convention and so that they are similar to the names of the java.lang.reflect classes. Remove unused methods.
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 09 Oct 2012 15:23:38 -0700
parents 141b15521a39
children d4bc143c575a
line wrap: on
line diff
--- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/LIRInstruction.java	Tue Oct 09 14:06:26 2012 +0200
+++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/LIRInstruction.java	Tue Oct 09 15:23:38 2012 -0700
@@ -169,7 +169,7 @@
         CONST,
 
         /**
-         * The value can be {@link Value#IllegalValue}.
+         * The value can be {@link Value#ILLEGAL}.
          */
         ILLEGAL,