comparison graal/GraalCompiler/src/com/sun/c1x/ir/Value.java @ 2793:d3fc4fe063bf

Rename BlockBegin to Merge, remove some Block related member from it. Made CFGPrinter work with the Block class from schedule
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Fri, 27 May 2011 11:08:55 +0200
parents c1a9bf38da28
children 2af109bec0c0
comparison
equal deleted inserted replaced
2792:2f3258e3800e 2793:d3fc4fe063bf
59 /** 59 /**
60 * Used by {@link InstructionSubstituter}. 60 * Used by {@link InstructionSubstituter}.
61 */ 61 */
62 public Value subst; 62 public Value subst;
63 63
64 public abstract BlockBegin block(); 64 public abstract Merge block();
65 65
66 /** 66 /**
67 * Creates a new value with the specified kind. 67 * Creates a new value with the specified kind.
68 * @param kind the type of this value 68 * @param kind the type of this value
69 * @param inputCount 69 * @param inputCount