Remove unused function.
[oota-llvm.git] / lib / Analysis / IPA / Andersens.cpp
index 835c1ea1ee897134a7f2858dcc65a93ba6aa5b47..ef29f701b52afc29c0c409b9798e4ec96cc905f3 100644 (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.