comparison graal/GraalCompiler/src/com/sun/c1x/lir/LIRInstruction.java @ 2718:c1ce2a53d6c3

Attempt to remove dependency between backend and BlockBegin.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 19 May 2011 16:05:42 +0200
parents 7ed72769d51a
children a2f62de90c76
comparison
equal deleted inserted replaced
2717:bd85cf08720a 2718:c1ce2a53d6c3
481 assert index < allocatorTempInputCount + allocatorTempCount; 481 assert index < allocatorTempInputCount + allocatorTempCount;
482 allocatorOperands.set(index + allocatorOutputCount + allocatorInputCount, location); 482 allocatorOperands.set(index + allocatorOutputCount + allocatorInputCount, location);
483 } 483 }
484 } 484 }
485 485
486 public final BlockBegin exceptionEdge() { 486 public final LIRBlock exceptionEdge() {
487 return info.exceptionEdge; 487 return info.exceptionEdge;
488 } 488 }
489 489
490 @Override 490 @Override
491 public String toString() { 491 public String toString() {