diff graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java @ 2779:93ec3f067420

Changed CriticalEdgeFinder to use LIRBlock.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 25 May 2011 11:04:59 +0200
parents 2ac7b30b7290
children 915456e4959e
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java	Tue May 24 21:39:45 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java	Wed May 25 11:04:59 2011 +0200
@@ -578,7 +578,6 @@
     }
 
     protected LIRBlock getLIRBlock(Instruction b) {
-        assert b instanceof BlockBegin : "only BlockBegin, for now...";
         return ir.valueToBlock.get(b);
     }