Detemplatize the Statistic class.
authorDevang Patel <dpatel@apple.com>
Wed, 6 Dec 2006 19:00:27 +0000 (19:00 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 6 Dec 2006 19:00:27 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32283 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/compiler/StackerCompiler.cpp

index aaf7812ca1b8383239f302c66cb3958368ae5f64..7c2e722823658dcf1fbf39cbeddee22c2614ec50 100644 (file)
@@ -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()