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

This stage inserts IR instructions related to protected regions.
Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
InsertBlockProtectInstructions ( ) : void
UpdateBlockProtectInstructions ( ) : void

Method Details

Run() protected method

protected Run ( ) : void
return void