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

llvm-svn: 11303
This commit is contained in:
Chris Lattner 2004-02-11 01:17:58 +00:00
parent 2be4744c5e
commit 6926059d37
1 changed files with 0 additions and 7 deletions

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