comparison graal/GraalCompiler/src/com/sun/c1x/ir/ArrayLength.java @ 2657:4a6518c4d17d

Removed need for base instruction. Cleanup.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 16:10:49 +0200
parents 569228710be8
children c3f64b66fc78
comparison
equal deleted inserted replaced
2656:37f067e76c6f 2657:4a6518c4d17d
28 import com.sun.cri.bytecode.*; 28 import com.sun.cri.bytecode.*;
29 import com.sun.cri.ci.*; 29 import com.sun.cri.ci.*;
30 30
31 /** 31 /**
32 * The {@code ArrayLength} instruction gets the length of an array. 32 * The {@code ArrayLength} instruction gets the length of an array.
33 *
34 * @author Ben L. Titzer
35 */ 33 */
36 public final class ArrayLength extends AccessArray { 34 public final class ArrayLength extends AccessArray {
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;