diff graal/GraalCompiler/src/com/sun/c1x/ir/Invoke.java @ 2715:3ac3dd97d8df

Added ExceptionEdgeInstruction interface.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 19 May 2011 13:21:31 +0200
parents 7ed72769d51a
children 80b024e75b29
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/Invoke.java	Thu May 19 13:14:02 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/Invoke.java	Thu May 19 13:21:31 2011 +0200
@@ -32,7 +32,7 @@
 /**
  * The {@code Invoke} instruction represents all kinds of method calls.
  */
-public final class Invoke extends StateSplit {
+public final class Invoke extends StateSplit implements ExceptionEdgeInstruction {
 
     private final int argumentCount;