LLVMGetSwitchDefaultDest

Obtain the default destination basic block of a switch instruction.

This only works on llvm::SwitchInst instructions.

@see llvm::SwitchInst::getDefaultDest()

extern (C) nothrow
LLVMBasicBlockRef
LLVMGetSwitchDefaultDest
(
LLVMValueRef SwitchInstr
)

Meta