Apostrophes are only used for possession and quoting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-09-11 16:58:31 +00:00
parent b3e8fe4221
commit 3cfb6b13c0

View File

@ -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);