diff options
Diffstat (limited to 'lib/Transforms/IPO/FunctionResolution.cpp')
-rw-r--r-- | lib/Transforms/IPO/FunctionResolution.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/FunctionResolution.cpp b/lib/Transforms/IPO/FunctionResolution.cpp index 9c63dca249..bf65c49bf9 100644 --- a/lib/Transforms/IPO/FunctionResolution.cpp +++ b/lib/Transforms/IPO/FunctionResolution.cpp @@ -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); |