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

An abstract intermediate representation of the method epilogue.
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
Epilogue ( )

Initializes a new instance of Epilogue.

Method Details

Epilogue() public method

Initializes a new instance of Epilogue.
public Epilogue ( )