pub unsafe extern "C" fn LLVMAddCase(
Switch: LLVMValueRef,
OnVal: LLVMValueRef,
Dest: LLVMBasicBlockRef,
)
Expand description
Add a case to a switch
instruction
pub unsafe extern "C" fn LLVMAddCase(
Switch: LLVMValueRef,
OnVal: LLVMValueRef,
Dest: LLVMBasicBlockRef,
)
Add a case to a switch
instruction