1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 427bf36a96
commit ddbf126a18

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