Returns true if the Opcode is a "special" terminator that does more than branch to a successor (e.g. have a side effect or return a value).

Synopsis

Declared in <llvm/IR/Instruction.h>

static
bool
isSpecialTerminator(unsigned int Opcode);

Created with MrDocs