Stop trying to merge identical jump tables. This had been inadvertently
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
index 85d38ba01c584ed3a592cf5272d4c3dbd85e8a45..1b6ab2cd4cbc94dc94f2d74f2d41d49f22254590 100644 (file)
@@ -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(); }