LLVMSetCondition

Set the condition of a branch instruction.

This only works on llvm::BranchInst instructions.

@see llvm::BranchInst::setCondition

extern (C) nothrow
void
LLVMSetCondition
(
LLVMValueRef Branch
,
LLVMValueRef Cond
)

Meta