Move remaining LLVM_ENABLE_DUMP conditionals out of the headers
[oota-llvm.git] / include / llvm / CodeGen / MachineScheduler.h
index b8a28e877f7df910a7ff0fb562c31fac1072c1ff..7d85432101b58535c095078dd578ccf9c0441cc6 100644 (file)
@@ -518,9 +518,7 @@ public:
     return Queue.begin() + idx;
   }
 
-#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
   void dump();
-#endif
 };
 
 /// Summarize the unscheduled region.