comparison graal/GraalCompiler/src/com/sun/c1x/C1XCompilation.java @ 2695:785e9ecdcc69

Removed the instruction substitutor.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 18 May 2011 15:03:45 +0200
parents 0ea5f12e873a
children 4272b7af2d17
comparison
equal deleted inserted replaced
2694:773189811d10 2695:785e9ecdcc69
244 } 244 }
245 245
246 initFrameMap(hir.maxLocks()); 246 initFrameMap(hir.maxLocks());
247 247
248 lirGenerator = compiler.backend.newLIRGenerator(this); 248 lirGenerator = compiler.backend.newLIRGenerator(this);
249
249 for (BlockBegin begin : hir.linearScanOrder()) { 250 for (BlockBegin begin : hir.linearScanOrder()) {
250 lirGenerator.doBlock(begin); 251 lirGenerator.doBlock(begin);
251 } 252 }
252 253
253 if (C1XOptions.PrintTimers) { 254 if (C1XOptions.PrintTimers) {