Remove the final bits of Attributes being declared in the Attribute
[oota-llvm.git] / lib / CodeGen / ScoreboardHazardRecognizer.cpp
index e6753664850a7803e6c156862021a3ed8068c998..2cd84d670aaa7a96234e73d1fa8c695574dbb4f3 100644 (file)
@@ -89,6 +89,7 @@ void ScoreboardHazardRecognizer::Reset() {
   ReservedScoreboard.reset();
 }
 
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void ScoreboardHazardRecognizer::Scoreboard::dump() const {
   dbgs() << "Scoreboard:\n";
 
@@ -104,6 +105,7 @@ void ScoreboardHazardRecognizer::Scoreboard::dump() const {
     dbgs() << '\n';
   }
 }
+#endif
 
 bool ScoreboardHazardRecognizer::atIssueLimit() const {
   if (IssueWidth == 0)