# HG changeset patch # User Erik Eckstein # Date 1386923776 -3600 # Node ID 79ed7180745c14f053bc60d0aa47c1c2dcdc30b6 # Parent 9423a38d64377b191b817840e8011431197b1187 fixed formatting problem in LinearScanWalker diff -r 9423a38d6437 -r 79ed7180745c graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScanWalker.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScanWalker.java Fri Dec 13 08:38:52 2013 +0100 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScanWalker.java Fri Dec 13 09:36:16 2013 +0100 @@ -490,8 +490,7 @@ allocator.assignSpillSlot(parent); } else { // do not go further back because the register is actually used by -// the - // interval + // the interval parent = null; } }