Remove unused Target argument from AsmParser construction methods.
[oota-llvm.git] / include / llvm / ADT / Statistic.h
index 3a1319f1090ce0c4d42b52b1ec2f62775de3e563..fda99c6edbc34f18363db4add2928c8d1df13806 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef LLVM_ADT_STATISTIC_H
 #define LLVM_ADT_STATISTIC_H
 
-#include "llvm/System/Atomic.h"
+#include "llvm/Support/Atomic.h"
 
 namespace llvm {
 class raw_ostream;
@@ -121,6 +121,9 @@ protected:
 /// \brief Enable the collection and printing of statistics.
 void EnableStatistics();
 
+/// \brief Check if statistics are enabled.
+bool AreStatisticsEnabled();
+
 /// \brief Print statistics to the file returned by CreateInfoOutputFile().
 void PrintStatistics();