aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Statistic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Statistic.cpp')
-rw-r--r--lib/Support/Statistic.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp
index 3ac2bf97fb..9589fd7ebd 100644
--- a/lib/Support/Statistic.cpp
+++ b/lib/Support/Statistic.cpp
@@ -26,11 +26,10 @@
#include <sstream>
#include <iostream>
#include <algorithm>
-
-namespace llvm {
+using namespace llvm;
// GetLibSupportInfoOutputFile - Return a file stream to print our output on...
-extern std::ostream *GetLibSupportInfoOutputFile();
+namespace llvm { extern std::ostream *GetLibSupportInfoOutputFile(); }
unsigned StatisticBase::NumStats = 0;
@@ -106,5 +105,3 @@ void StatisticBase::destroy() const {
delete OutStream; // Close the file...
}
}
-
-} // End llvm namespace