changeset 13341:79ed7180745c

fixed formatting problem in LinearScanWalker
author Erik Eckstein <erik.eckstein@oracle.com>
date Fri, 13 Dec 2013 09:36:16 +0100
parents 9423a38d6437
children e01fe53ec4b7
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScanWalker.java
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
                         }
                     }