pub unsafe extern "C" fn LLVMGetNormalDest(
InvokeInst: LLVMValueRef,
) -> LLVMBasicBlockRefExpand description
Return the normal destination basic block.
This only works on llvm::InvokeInst instructions.
@see llvm::InvokeInst::getNormalDest()
pub unsafe extern "C" fn LLVMGetNormalDest(
InvokeInst: LLVMValueRef,
) -> LLVMBasicBlockRefReturn the normal destination basic block.
This only works on llvm::InvokeInst instructions.
@see llvm::InvokeInst::getNormalDest()