Return true if this instruction is bundled with a successor.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isBundledWithSucc() const;

Return Value

True if BundledSucc is set.

Created with MrDocs