Click or drag to resize
Llvm.NET LogoBasicBlockGetNextInstruction Method

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

Gets the instruction that follows a given instruction in a block

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Instruction GetNextInstruction(
	Instruction instruction
)

Parameters

instruction
Type: Llvm.NET.InstructionsInstruction
instruction in the block to get the next instruction from

Return Value

Type: Instruction
Next instruction or null if none
Exceptions
ExceptionCondition
ArgumentExceptionThrown when is from a different block
See Also