LLVMGetSwitchDefaultDest

Function LLVMGetSwitchDefaultDest 

Source
pub unsafe extern "C" fn LLVMGetSwitchDefaultDest(
    SwitchInstr: LLVMValueRef,
) -> LLVMBasicBlockRef
Expand description

Obtain the default destination basic block of a switch instruction.

This only works on llvm::SwitchInst instructions.

@see llvm::SwitchInst::getDefaultDest()