Remove unused function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-08-07 03:52:07 +00:00
parent a3c6073fd3
commit 0912e585b8

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.