aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineJumpTableInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/MachineJumpTableInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineJumpTableInfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineJumpTableInfo.h b/include/llvm/CodeGen/MachineJumpTableInfo.h
index 85d38ba01c..1b6ab2cd4c 100644
--- a/include/llvm/CodeGen/MachineJumpTableInfo.h
+++ b/include/llvm/CodeGen/MachineJumpTableInfo.h
@@ -87,10 +87,6 @@ public:
///
unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
- /// getJumpTableIndex - Return the index for an existing jump table.
- ///
- unsigned getJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
-
/// isEmpty - Return true if there are no jump tables.
///
bool isEmpty() const { return JumpTables.empty(); }