Remove unnecessary classof()'s
[oota-llvm.git] / lib / CodeGen / SplitKit.cpp
index 96151b6363e962f1d73e0ee14135bbf23c2cf47a..dca15ee7580f1b84562b41e7afea19693a27d1ef 100644 (file)
@@ -356,7 +356,7 @@ void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
   Edit->anyRematerializable(0);
 }
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void SplitEditor::dump() const {
   if (RegAssign.empty()) {
     dbgs() << " empty\n";