Return true if Opcode is a special terminator.
Declared in <llvm/IR/Instruction.h>
static
bool
isSpecialTerminator(unsigned int Opcode);
Special terminators do more than branch to a successor (e.g. have a side effect or return a value).
True if Opcode is a special terminator.
| Name | Description |
|---|---|
| Opcode | The opcode to test. |