Remove an argument that we dont use anymore.
[oota-llvm.git] / lib / MC / MCValue.cpp
index a37149d78893f6f15b81c80dda2bf4cc734c7f06..4393777211e80555e4bee1aec2fa16e6c7f1add1 100644 (file)
@@ -31,7 +31,7 @@ void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
     OS << " + " << getConstant();
 }
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void MCValue::dump() const {
   print(dbgs(), 0);
 }