Apostrophes are only used for possession and quoting.

llvm-svn: 8473
This commit is contained in:
Misha Brukman 2003-09-11 16:58:31 +00:00
parent 23ff5c1ccb
commit 217ca0bcb9
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
#include "Support/StringExtras.h" #include "Support/StringExtras.h"
namespace { namespace {
Statistic<> NumReplaced("scalarrepl", "Number of alloca's broken up"); Statistic<> NumReplaced("scalarrepl", "Number of allocas broken up");
Statistic<> NumPromoted("scalarrepl", "Number of alloca's promoted"); Statistic<> NumPromoted("scalarrepl", "Number of allocas promoted");
struct SROA : public FunctionPass { struct SROA : public FunctionPass {
bool runOnFunction(Function &F); bool runOnFunction(Function &F);