comparison graal/GraalCompiler/src/com/sun/c1x/ir/Merge.java @ 2805:c3f64b66fc78

Towards removing the next pointer from Constant and ArithmeticOp
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 27 May 2011 19:57:56 +0200
parents 095162a84dcc
children 015be60afcf3 ac4b086cbd72
comparison
equal deleted inserted replaced
2804:095162a84dcc 2805:c3f64b66fc78
124 } 124 }
125 } 125 }
126 //} 126 //}
127 127
128 // print predecessors 128 // print predecessors
129 if (!blockPredecessors().isEmpty()) { 129 // if (!blockPredecessors().isEmpty()) {
130 out.print(" pred:"); 130 // out.print(" pred:");
131 for (Instruction pred : blockPredecessors()) { 131 // for (Instruction pred : blockPredecessors()) {
132 out.print(pred.block()); 132 // out.print(pred.block());
133 } 133 // }
134 } 134 // }
135 } 135 }
136 136
137 @Override 137 @Override
138 public void print(LogStream out) { 138 public void print(LogStream out) {
139 139