# HG changeset patch # User Thomas Wuerthinger # Date 1426279418 -3600 # Node ID 71f8edb4fc7dd384212a1aef5c588bdf90a6453e # Parent 5342c99cba8120ce60cb07abc2f0bebbba20e805 Fix formatting. diff -r 5342c99cba81 -r 71f8edb4fc7d graal/com.oracle.graal.phases/src/com/oracle/graal/phases/util/GraphOrder.java --- a/graal/com.oracle.graal.phases/src/com/oracle/graal/phases/util/GraphOrder.java Fri Mar 13 21:34:07 2015 +0100 +++ b/graal/com.oracle.graal.phases/src/com/oracle/graal/phases/util/GraphOrder.java Fri Mar 13 21:43:38 2015 +0100 @@ -197,7 +197,7 @@ currentState.markAll(loopEntryStates.get(((LoopExitNode) node).loopBegin())); } // Loop proxies aren't scheduled, so they need to be added -// explicitly + // explicitly currentState.markAll(((LoopExitNode) node).proxies()); } else { for (Node input : node.inputs()) {