diff graal/GraalCompiler/src/com/sun/c1x/ir/BlockBegin.java @ 2728:7e470e1cd3b6

Removed special casing for exception phis in LIRGenerator. Removed dependency between LIRBlock.blockID and BlockBegin.blockID.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 19 May 2011 17:13:30 +0200
parents 1ddcbcd33325
children 108adba3345e
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/ir/BlockBegin.java	Thu May 19 17:04:30 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/ir/BlockBegin.java	Thu May 19 17:13:30 2011 +0200
@@ -79,11 +79,6 @@
      */
     public final int blockID;
 
-    /**
-     * Denotes the current set of {@link BlockBegin.BlockFlag} settings.
-     */
-    private int blockFlags;
-
     private int depthFirstNumber;
     private int linearScanNumber;