[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

Chris Lattner sabre at nondot.org
Wed Dec 6 09:47:30 PST 2006



Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.134 -> 1.135
---
Log message:

Detemplatize the Statistic class.  The only type it is instantiated with
is 'unsigned'.



---
Diffs of the changes:  (+1 -1)

 Writer.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.134 llvm/lib/Bytecode/Writer/Writer.cpp:1.135
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.134	Tue Dec  5 22:27:07 2006
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Wed Dec  6 11:46:31 2006
@@ -45,7 +45,7 @@
 
 static RegisterPass<WriteBytecodePass> X("emitbytecode", "Bytecode Writer");
 
-static Statistic<>
+static Statistic
 BytesWritten("bytecodewriter", "Number of bytecode bytes written");
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list