org.jikesrvm.compilers.opt.mir2mc
Class ConvertMIRtoMC

java.lang.Object
  extended by org.jikesrvm.compilers.opt.driver.OptimizationPlanElement
      extended by org.jikesrvm.compilers.opt.driver.OptimizationPlanCompositeElement
          extended by org.jikesrvm.compilers.opt.mir2mc.ConvertMIRtoMC

public final class ConvertMIRtoMC
extends OptimizationPlanCompositeElement

Convert an IR object from MIR to final Machinecode


Constructor Summary
ConvertMIRtoMC()
          Create this phase element as a composite of other elements.
 
Method Summary
 
Methods inherited from class org.jikesrvm.compilers.opt.driver.OptimizationPlanCompositeElement
compose, elapsedTime, getName, initializeForMeasureCompilation, perform, printingEnabled, reportStats, shouldPerform
 
Methods inherited from class org.jikesrvm.compilers.opt.driver.OptimizationPlanElement
prettyPrintTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertMIRtoMC

public ConvertMIRtoMC()
Create this phase element as a composite of other elements.