# HG changeset patch # User Gilles Duboscq # Date 1340892233 -7200 # Node ID e0fd6e0a68fd419bc4639cb80bccd8d3119e3352 # Parent 956217932b8c00ed7a177e17aaa13564c9c8260e disable ConvertUnreachedToGuardPhase for now diff -r 956217932b8c -r e0fd6e0a68fd graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java Thu Jun 28 14:15:00 2012 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java Thu Jun 28 16:03:53 2012 +0200 @@ -149,7 +149,7 @@ } } - new ConvertUnreachedToGuardPhase(optimisticOpts).apply(graph); + //new ConvertUnreachedToGuardPhase(optimisticOpts).apply(graph); plan.runPhases(PhasePosition.HIGH_LEVEL, graph);