mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 15:04:57 +00: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"
|
#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);
|
||||||
|
Loading…
Reference in New Issue
Block a user