[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Sep 11 11:59:02 PDT 2003


Changes in directory llvm/lib/Transforms/Scalar:

ScalarReplAggregates.cpp updated: 1.10 -> 1.11

---
Log message:

Apostrophes are only used for possession and quoting.


---
Diffs of the changes:

Index: llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
diff -u llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.10 llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.11
--- llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.10	Thu Sep 11 11:45:55 2003
+++ llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp	Thu Sep 11 11:58:31 2003
@@ -26,8 +26,8 @@
 #include "Support/StringExtras.h"
 
 namespace {
-  Statistic<> NumReplaced("scalarrepl", "Number of alloca's broken up");
-  Statistic<> NumPromoted("scalarrepl", "Number of alloca's promoted");
+  Statistic<> NumReplaced("scalarrepl", "Number of allocas broken up");
+  Statistic<> NumPromoted("scalarrepl", "Number of allocas promoted");
 
   struct SROA : public FunctionPass {
     bool runOnFunction(Function &F);





More information about the llvm-commits mailing list