llvm::MachineJumpTableInfo::RemoveJumpTable

RemoveJumpTable - Mark the specific index as being dead. This will prevent it from being emitted.

Synopsis

Declared in <llvm/CodeGen/MachineJumpTableInfo.h>

void
RemoveJumpTable(unsigned int Idx);

Parameters

NameDescription
IdxIndex of the jump table to mark as dead.