changeset 5730:e0fd6e0a68fd

disable ConvertUnreachedToGuardPhase for now
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 28 Jun 2012 16:03:53 +0200
parents 956217932b8c
children 3d5e2e330ae3
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);