Add in the first iteration of support for llvm/clang/lldb to allow variable per addre...
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index 4a1810477653a34ca87f3b6aa16ad471a5649d39..8341f9d830558a46db0bdb6a3ca6a485d4e5db31 100644 (file)
@@ -306,7 +306,7 @@ BasicBlock *Loop::getUniqueExitBlock() const {
   return 0;
 }
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void Loop::dump() const {
   print(dbgs());
 }