comparison graal/GraalCompiler/src/com/sun/c1x/graph/IR.java @ 2736:03b80fb10ae9

More clean up around ComputeLinearScanOrder.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 20 May 2011 10:16:39 +0200
parents a2f62de90c76
children 45a58c9536de
comparison
equal deleted inserted replaced
2735:d913f3049cee 2736:03b80fb10ae9
142 } 142 }
143 143
144 startBlock = getHIRStartBlock().lirBlock(); 144 startBlock = getHIRStartBlock().lirBlock();
145 assert startBlock != null; 145 assert startBlock != null;
146 compilation.stats.loopCount = computeLinearScanOrder.numLoops(); 146 compilation.stats.loopCount = computeLinearScanOrder.numLoops();
147 computeLinearScanOrder.printBlocks();
148 } 147 }
149 } 148 }
150 149
151 /** 150 /**
152 * Gets the linear scan ordering of blocks as a list. 151 * Gets the linear scan ordering of blocks as a list.