Remove unused function.

llvm-svn: 78366
This commit is contained in:
Daniel Dunbar 2009-08-07 03:52:07 +00:00
parent a3a3453acf
commit 6310426a55
1 changed files with 0 additions and 7 deletions

View File

@ -1396,13 +1396,6 @@ bool Andersens::Node::intersectsIgnoring(Node *N, unsigned Ignoring) const {
return Result;
}
static void dumpToDOUT(SparseBitVector<> *bitmap) {
#ifndef NDEBUG
raw_os_ostream OS(*DOUT);
dump(*bitmap, OS);
#endif
}
/// Clump together address taken variables so that the points-to sets use up
/// less space and can be operated on faster.