aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Transforms/Scalar/ScalarReplAggregates.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/lib/Transforms/Scalar/ScalarReplAggregates.cpp
index d2a098c428..8351674d39 100644
--- a/lib/Transforms/Scalar/ScalarReplAggregates.cpp
+++ b/lib/Transforms/Scalar/ScalarReplAggregates.cpp
@@ -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);