comparison graal/GraalCompiler/src/com/sun/c1x/target/amd64/AMD64LIRGenerator.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 27512ea6bbcb
children e1dad0edd57a
comparison
equal deleted inserted replaced
2792:2f3258e3800e 2793:d3fc4fe063bf
464 } 464 }
465 setResult(x, result); 465 setResult(x, result);
466 } 466 }
467 467
468 @Override 468 @Override
469 public void visitBlockBegin(BlockBegin x) { 469 public void visitMerge(Merge x) {
470 // nothing to do for now 470 // nothing to do for now
471 } 471 }
472 472
473 @Override 473 @Override
474 public void visitIf(If x) { 474 public void visitIf(If x) {