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

Used in the single static assignment form of the instruction stream to automatically select the appropriate value of a variable depending on the incoming edge.
Inheritance: BaseIRInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Phi ( )

Initializes a new instance of the Phi class.

Method Details

Phi() public method

Initializes a new instance of the Phi class.
public Phi ( )