changeset 17195:41a75081678c

Print LIR after move elimination.
author Josef Eisl <josef.eisl@jku.at>
date Wed, 24 Sep 2014 11:18:44 +0200
parents e92cf6db7a07
children 189479d72dc8
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScan.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScan.java	Wed Sep 24 11:34:40 2014 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LinearScan.java	Wed Sep 24 11:18:44 2014 +0200
@@ -1916,6 +1916,7 @@
                 } catch (Throwable e) {
                     throw Debug.handle(e);
                 }
+                printLir("After spill move elimination", true);
 
                 try (Scope s1 = Debug.scope("AssignLocations")) {
                     assignLocations();