diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Analysis/IPA/Andersens.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index 835c1ea..ef29f70 100644 --- a/lib/Analysis/IPA/Andersens.cpp +++ b/lib/Analysis/IPA/Andersens.cpp @@ -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. |