Updates to work with recent Statistic's changes:
[oota-llvm.git] / lib / Transforms / Utils / LoopSimplify.cpp
index 1432b1ca62194c43b33b064036053909c0859238..66c9aa5402b539dd37f5ea740d82378cda53d46e 100644 (file)
 #include "llvm/iPHINode.h"
 #include "llvm/Constant.h"
 #include "llvm/Support/CFG.h"
-#include "Support/StatisticReporter.h"
+#include "Support/Statistic.h"
 
 namespace {
-  Statistic<> NumInserted("preheaders\t- Number of pre-header nodes inserted");
+  Statistic<> NumInserted("preheaders", "Number of pre-header nodes inserted");
 
   struct Preheaders : public FunctionPass {
     virtual bool runOnFunction(Function &F);