Click or drag to resize
Llvm.NET LogoBasicBlockTerminator Property

[This is preliminary documentation and is subject to change.]

Terminator instruction for the block

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Instruction Terminator { get; }

Property Value

Type: 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
See Also