Table of Contents

Property Terminator

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Terminator

Gets the terminator instruction for the block

public Instruction? Terminator { get; }

Property Value

Instruction

Remarks

May be null if the block is not yet well-formed as is commonly the case while generating code for a new block