comparison graal/GraalCompiler/src/com/sun/c1x/ir/NewInstance.java @ 2847:caf55daa41dc

Fixed/FLoating Node
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Tue, 31 May 2011 15:19:08 +0200
parents bd17ac598c6e
children 14708c03abba
comparison
equal deleted inserted replaced
2832:775c31be565c 2847:caf55daa41dc
28 import com.sun.cri.ri.*; 28 import com.sun.cri.ri.*;
29 29
30 /** 30 /**
31 * The {@code NewInstance} instruction represents the allocation of an instance class object. 31 * The {@code NewInstance} instruction represents the allocation of an instance class object.
32 */ 32 */
33 public final class NewInstance extends Value { 33 public final class NewInstance extends FloatingNode {
34 34
35 private static final int INPUT_COUNT = 0; 35 private static final int INPUT_COUNT = 0;
36 private static final int SUCCESSOR_COUNT = 0; 36 private static final int SUCCESSOR_COUNT = 0;
37 37
38 final RiType instanceClass; 38 final RiType instanceClass;