Unlink this instruction from its basic block and return it without deleting.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

MachineInstr*
removeFromParent();

Description

Cannot be used on bundled instructions; use removeFromBundle() instead.

Return Value

Pointer to this instruction after unlinking.

Created with MrDocs