Unlink 'this' from its basic block and delete it.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
eraseFromBundle();

Description

If the instruction is part of a bundle, the other instructions in the bundle remain bundled.

Created with MrDocs