comparison graal/GraalCompiler/src/com/sun/c1x/ir/NewInstance.java @ 2537:4a016ff4d2df

Clean up on LIRGenerator and related.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 19:53:46 +0200
parents 16b9a8b5ad39
children c58a301eb2d7
comparison
equal deleted inserted replaced
2536:099f2a12788a 2537:4a016ff4d2df
48 super(CiKind.Object, stateBefore); 48 super(CiKind.Object, stateBefore);
49 this.instanceClass = type; 49 this.instanceClass = type;
50 this.cpi = cpi; 50 this.cpi = cpi;
51 this.constantPool = constantPool; 51 this.constantPool = constantPool;
52 setFlag(Flag.NonNull); 52 setFlag(Flag.NonNull);
53 setFlag(Flag.ResultIsUnique);
54 } 53 }
55 54
56 /** 55 /**
57 * Gets the instance class being allocated by this instruction. 56 * Gets the instance class being allocated by this instruction.
58 * @return the instance class allocated 57 * @return the instance class allocated