RemoveJumpTable - Mark the specific index as being dead. This will prevent it from being emitted.
Declared in <llvm/CodeGen/MachineJumpTableInfo.h>
void
RemoveJumpTable(unsigned int Idx);
| Name | Description |
|---|---|
| Idx | Index of the jump table to mark as dead. |