mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +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