Class AddInstructionUpdate
A flow graph update that inserts an instruction.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class AddInstructionUpdate : InstructionUpdate
Properties
| Edit this page View SourceInstruction
Gets the instruction that is added to the graph.
Declaration
public Instruction Instruction { get; }
Property Value
| Type | Description |
|---|---|
| Instruction | The instruction. |