comparison graal/GraalCompiler/src/com/sun/c1x/ir/Constant.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 3558ca7088c0
children 7b7dbe19fafb
comparison
equal deleted inserted replaced
2656:37f067e76c6f 2657:4a6518c4d17d
30 import com.sun.cri.ri.*; 30 import com.sun.cri.ri.*;
31 31
32 /** 32 /**
33 * The {@code Constant} instruction represents a constant such as an integer value, 33 * The {@code Constant} instruction represents a constant such as an integer value,
34 * long, float, object reference, address, etc. 34 * long, float, object reference, address, etc.
35 *
36 * @author Ben L. Titzer
37 */ 35 */
38 public final class Constant extends Instruction { 36 public final class Constant extends Instruction {
39 37
40 private static final int INPUT_COUNT = 0; 38 private static final int INPUT_COUNT = 0;
41 private static final int SUCCESSOR_COUNT = 0; 39 private static final int SUCCESSOR_COUNT = 0;