comparison graal/GraalCompiler/src/com/sun/c1x/ir/LoadIndexed.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
comparison
equal deleted inserted replaced
2593:25c278ab287c 2594:092e628ddd5d
28 import com.sun.cri.ci.*; 28 import com.sun.cri.ci.*;
29 import com.sun.cri.ri.*; 29 import com.sun.cri.ri.*;
30 30
31 /** 31 /**
32 * The {@code LoadIndexed} instruction represents a read from an element of an array. 32 * The {@code LoadIndexed} instruction represents a read from an element of an array.
33 *
34 * @author Ben L. Titzer
35 */ 33 */
36 public final class LoadIndexed extends AccessIndexed { 34 public final class LoadIndexed extends AccessIndexed {
37 35
38 private static final int INPUT_COUNT = 0; 36 private static final int INPUT_COUNT = 0;
39 private static final int SUCCESSOR_COUNT = 0; 37 private static final int SUCCESSOR_COUNT = 0;