changeset 5731:3d5e2e330ae3

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 28 Jun 2012 16:04:37 +0200
parents e0fd6e0a68fd (diff) dab877fe7c31 (current diff)
children e1d5c642d022
files
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 15:36:28 2012 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java	Thu Jun 28 16:04:37 2012 +0200
@@ -149,7 +149,7 @@
             }
         }
 
-        new ConvertUnreachedToGuardPhase(optimisticOpts).apply(graph);
+        //new ConvertUnreachedToGuardPhase(optimisticOpts).apply(graph);
 
         plan.runPhases(PhasePosition.HIGH_LEVEL, graph);