llvm::succ_empty

Return true if I's terminator has no successor blocks.

Synopsis

Declared in <llvm/IR/CFG.h>

bool
succ_empty(Instruction const* I);

Return Value

True if I has no successor blocks.

Parameters

NameDescription
ITerminator instruction to test for an empty successor list.