# HG changeset patch # User Thomas Wuerthinger # Date 1365511351 -7200 # Node ID 50a8f674429001a5067c3ce917c8445cb8ae57dd # Parent f065dc50235662566b91f09d69e1bc186cbbe0db# Parent f5aa4361a1fcf855b3823769bd3e05f6ad6d64b1 Merge. diff -r f5aa4361a1fc -r 50a8f6744290 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 Tue Apr 09 12:48:40 2013 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java Tue Apr 09 14:42:31 2013 +0200 @@ -135,8 +135,6 @@ } } - // new ConvertUnreachedToGuardPhase(optimisticOpts).apply(graph); - plan.runPhases(PhasePosition.HIGH_LEVEL, graph); if (GraalOptions.FullUnroll) {