C# Class Mosa.Compiler.Framework.IR.Prologue

An abstract intermediate representation of the method prologue.
This instruction is usually derived by the architecture and expanded appropriately for the calling convention of the method.
Inheritance: BaseIRInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Prologue ( )

Initializes a new instance of Prologue.

Method Details

Prologue() public method

Initializes a new instance of Prologue.
public Prologue ( )