 | BasicBlockTerminator 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
Syntaxpublic Instruction Terminator { get; }
Property Value
Type:
Instruction
RemarksMay be null if the block is not yet well-formed
as is commonly the case while generating code for a new block
See Also