pub unsafe extern "C" fn LLVMSetCondition(
Branch: LLVMValueRef,
Cond: LLVMValueRef,
)Expand description
Set the condition of a branch instruction.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::setCondition
pub unsafe extern "C" fn LLVMSetCondition(
Branch: LLVMValueRef,
Cond: LLVMValueRef,
)Set the condition of a branch instruction.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::setCondition