Remove long obsolete method. switch instructions are first class entities in the...
authorChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 01:17:58 +0000 (01:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 01:17:58 +0000 (01:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11303 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/BasicBlock.h

index ad6cdd8fedbccccbc3bc49d0d29d47b496a73e99..0e12cab223a9b9df6b6eb377f4deaa575a171e91 100644 (file)
@@ -133,13 +133,6 @@ public:
     return V->getValueType() == Value::BasicBlockVal;
   }
 
-  /// hasConstantReferences() - This predicate is true if there is a 
-  /// reference to this basic block in the constant pool for this method.  For
-  /// example, if a block is reached through a switch table, that table resides
-  /// in the constant pool, and the basic block is reference from it.
-  ///
-  bool hasConstantReferences() const;
-
   /// dropAllReferences() - This function causes all the subinstructions to "let
   /// go" of all references that they are maintaining.  This allows one to
   /// 'delete' a whole class at a time, even though there may be circular