llvm::CatchPadInst::setCatchSwitch

Set the owning catchswitch instruction.

Synopsis

Declared in <llvm/IR/Instructions.h>

void
setCatchSwitch(Value* CatchSwitch);

Parameters

NameDescription
CatchSwitchThe new catchswitch value.