Return true if this instruction is a special terminator.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isSpecialTerminator() const;

Return Value

True if this instruction is a special terminator.

Created with MrDocs