Class ReplaceInstructionUpdate
A flow graph update that replaces an instruction.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class ReplaceInstructionUpdate : InstructionUpdate
Properties
| Improve this Doc View SourceInstruction
Gets the new instruction that replaces the old one.
Declaration
public Instruction Instruction { get; }
Property Value
Type | Description |
---|---|
Instruction | The new instruction. |