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 | dead99bc810f3684f4342824499d693e658aace5 (patch) | |
tree | b06cd216392df7c3a10dc3ef6c1f164055f70f9d /projects | |
parent | cf84504d7a86808117f67264ad5cfab8f5a139bc (diff) | |
download | external_llvm-dead99bc810f3684f4342824499d693e658aace5.zip external_llvm-dead99bc810f3684f4342824499d693e658aace5.tar.gz external_llvm-dead99bc810f3684f4342824499d693e658aace5.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.cpp b/projects/Stacker/lib/compiler/StackerCompiler.cpp index aaf7812..7c2e722 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() |