[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
Devang Patel
dpatel at apple.com
Wed Dec 6 11:00:42 PST 2006
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.24 -> 1.25
---
Log message:
Detemplatize the Statistic class.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
diff -u llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp:1.24 llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp:1.25
--- llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp:1.24 Sun Nov 26 19:05:10 2006
+++ llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp Wed Dec 6 13:00:27 2006
@@ -38,7 +38,7 @@
StackerCompiler* StackerCompiler::TheInstance = 0;
-static Statistic<> NumDefinitions(
+static Statistic NumDefinitions(
"numdefs","The # of definitions encoutered while compiling Stacker");
StackerCompiler::StackerCompiler()
More information about the llvm-commits
mailing list