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:
parent
427bf36a96
commit
ddbf126a18
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user