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:
parent
8482b5a16a
commit
6782bf5556
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user