Non-functionality change just to make it more clear what is going on
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
index 9c63dca2492c94df0de4737f641faab2d5a75d89..bf65c49bf9ec3af3ca8bf4b03f596ddc4875d629 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/Pass.h"
 #include "llvm/iOther.h"
 #include "llvm/Constant.h"
-#include "Support/StatisticReporter.h"
+#include "Support/Statistic.h"
 #include <algorithm>
 
 using std::vector;
@@ -26,7 +26,7 @@ using std::string;
 using std::cerr;
 
 namespace {
-  Statistic<>NumResolved("funcresolve\t- Number of varargs functions resolved");
+  Statistic<>NumResolved("funcresolve", "Number of varargs functions resolved");
 
   struct FunctionResolvingPass : public Pass {
     bool run(Module &M);