Fix a control flow problem in commit rL257277.
[oota-llvm.git] / lib / MC / MCLabel.cpp
index 95d7d16a19ab3d179380a8d40a1faf62364b484e..1d3022a93e8642f162150b99688720d69b863ae8 100644 (file)
@@ -16,7 +16,7 @@ void MCLabel::print(raw_ostream &OS) const {
   OS << '"' << getInstance() << '"';
 }
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void MCLabel::dump() const {
   print(dbgs());
 }