summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-12-06 19:00:27 +0000
committerDevang Patel <dpatel@apple.com>2006-12-06 19:00:27 +0000
commitdead99bc810f3684f4342824499d693e658aace5 (patch)
treeb06cd216392df7c3a10dc3ef6c1f164055f70f9d /projects
parentcf84504d7a86808117f67264ad5cfab8f5a139bc (diff)
downloadllvm-dead99bc810f3684f4342824499d693e658aace5.tar.gz
llvm-dead99bc810f3684f4342824499d693e658aace5.tar.bz2
llvm-dead99bc810f3684f4342824499d693e658aace5.tar.xz
Detemplatize the Statistic class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/lib/compiler/StackerCompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.cpp b/projects/Stacker/lib/compiler/StackerCompiler.cpp
index aaf7812ca1..7c2e722823 100644
--- a/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/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()