From e06e9fdf0b622b839b56e3e362fcfa0f1a9752e9 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 6 Dec 2006 19:00:27 +0000 Subject: Detemplatize the Statistic class. llvm-svn: 32283 --- llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/projects/Stacker/lib') 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() -- cgit v1.2.3