Remove long obsolete method. switch instructions are first class entities in the CFG, and have been for a LOOOONG time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-11 01:17:58 +00:00
parent b171942441
commit ed97ad63c2

View 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