comparison graal/GraalCompiler/src/com/sun/c1x/ir/ExceptionEdgeInstruction.java @ 2783:9bc0c2eb00d6

Made graph builder removal of BlockBegin work.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 25 May 2011 12:04:58 +0200
parents bda5972a40a5
children
comparison
equal deleted inserted replaced
2782:915456e4959e 2783:9bc0c2eb00d6
22 */ 22 */
23 package com.sun.c1x.ir; 23 package com.sun.c1x.ir;
24 24
25 25
26 public interface ExceptionEdgeInstruction { 26 public interface ExceptionEdgeInstruction {
27 StateSplit exceptionEdge(); 27 Instruction exceptionEdge();
28 } 28 }