LLVMSetCondition

Function LLVMSetCondition 

Source
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