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

Name

Description

I

Terminator instruction to test for an empty successor list.

Created with MrDocs