comparison graal/GraalCompiler/src/com/sun/c1x/lir/LIRInstruction.java @ 2833:1cd59ca9ac86

Removed Throw HIR instruction. Removed special handling for exceptions in register allocator.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Tue, 31 May 2011 13:30:23 +0200
parents aeccd2af4e9e
children
comparison
equal deleted inserted replaced
2832:775c31be565c 2833:1cd59ca9ac86
480 allocatorOperands.set(index + allocatorOutputCount + allocatorInputCount, location); 480 allocatorOperands.set(index + allocatorOutputCount + allocatorInputCount, location);
481 } 481 }
482 } 482 }
483 483
484 public final LIRBlock exceptionEdge() { 484 public final LIRBlock exceptionEdge() {
485 return (info == null) ? null : info.exceptionEdge; 485 return (info == null) ? null : info.exceptionEdge();
486 } 486 }
487 487
488 @Override 488 @Override
489 public String toString() { 489 public String toString() {
490 return toString(OperandFormatter.DEFAULT); 490 return toString(OperandFormatter.DEFAULT);