mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
a3c6073fd3
commit
0912e585b8
@ -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