summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp')
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
index aaf7812ca1b..7c2e7228236 100644
--- a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
@@ -38,7 +38,7 @@ extern int Stackerparse();
StackerCompiler* StackerCompiler::TheInstance = 0;
-static Statistic<> NumDefinitions(
+static Statistic NumDefinitions(
"numdefs","The # of definitions encoutered while compiling Stacker");
StackerCompiler::StackerCompiler()
OpenPOWER on IntegriCloud