diff 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
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Value.java	Thu May 26 11:55:16 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Value.java	Fri May 27 11:08:55 2011 +0200
@@ -61,7 +61,7 @@
      */
     public Value subst;
 
-    public abstract BlockBegin block();
+    public abstract Merge block();
 
     /**
      * Creates a new value with the specified kind.