ΒΆvoid LLVMInstructionRemoveFromParent(
LLVMValueRef Inst)
void LLVMInstructionRemoveFromParent(
LLVMValueRef Inst)
Description
Remove an instruction. The instruction specified is removed from its containing building block but is kept alive.
Declared at: llvm/include/llvm-c/Core.h:3233
Parameters
- LLVMValueRef Inst