C# Class Mosa.Compiler.Framework.Stages.EmptyBlockRemovalStage

This stage removes empty blocks.
Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
RemoveEmptyBlocks ( ) : void
Run ( ) : void

Method Details

RemoveEmptyBlocks() protected method

protected RemoveEmptyBlocks ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void