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

This stage removes empty blocks.
Inheritance: BaseMethodCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
RemoveEmptyBlocks ( ) : void
Run ( ) : void

Method Details

RemoveEmptyBlocks() protected méthode

protected RemoveEmptyBlocks ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void