Table of Contents

Method GetNextInstruction

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

GetNextInstruction(Instruction)

Gets the instruction that follows a given instruction in a block

public Instruction? GetNextInstruction(Instruction instruction)

Parameters

instruction Instruction

instruction in the block to get the next instruction from

Returns

Instruction

Next instruction or null if none

Exceptions

ArgumentException

Thrown when is from a different block