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