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