diff graal/GraalCompiler/src/com/sun/c1x/ir/AccessArray.java @ 2594:092e628ddd5d

changed Constant and Convert, more StoreIndexed changes
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 05 May 2011 15:43:23 +0200
parents fec99fc30af1
children 91d3952f7eb7
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/AccessArray.java	Thu May 05 15:23:27 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/AccessArray.java	Thu May 05 15:43:23 2011 +0200
@@ -28,8 +28,6 @@
 
 /**
  * This the base class of all array operations.
- *
- * @author Ben L. Titzer
  */
 public abstract class AccessArray extends StateSplit {
 
@@ -59,7 +57,6 @@
         return (Value) inputs().set(super.inputCount() + INPUT_ARRAY, n);
     }
 
-
     /**
      * Creates a new AccessArray instruction.
      * @param kind the type of the result of this instruction