1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Remove unused function.

llvm-svn: 78366
This commit is contained in:
Daniel Dunbar 2009-08-07 03:52:07 +00:00
parent 8482b5a16a
commit 6782bf5556

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.