mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
Detemplatize the Statistic class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf84504d7a
commit
dead99bc81
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user