if a timergroup is destroyed before its timers, print times.
[oota-llvm.git] / lib / Support / Statistic.cpp
index e7876704599821bce5cf08088022c6b96b9368cf..f88094af74b685549bc3864a8050bc23f8eff8ed 100644 (file)
@@ -128,6 +128,6 @@ StatisticInfo::~StatisticInfo() {
   OutStream << '\n';  // Flush the output stream...
   OutStream.flush();
   
-  if (&OutStream != &outs() && &OutStream != &errs() && &OutStream != &dbgs())
+  if (&OutStream != &outs() && &OutStream != &errs())
     delete &OutStream;   // Close the file.
 }