diff options
author | Devang Patel <dpatel@apple.com> | 2006-12-06 19:00:27 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2006-12-06 19:00:27 +0000 |
commit | e06e9fdf0b622b839b56e3e362fcfa0f1a9752e9 (patch) | |
tree | dafc50def7fc223ba20ce11c8c95f1c99543ee3b /llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp | |
parent | 5bbf77076401f7fd5057cdd2dd24589f4306fd56 (diff) | |
download | bcm5719-llvm-e06e9fdf0b622b839b56e3e362fcfa0f1a9752e9.tar.gz bcm5719-llvm-e06e9fdf0b622b839b56e3e362fcfa0f1a9752e9.zip |
Detemplatize the Statistic class.
llvm-svn: 32283
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp | 2 |
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() |