mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 04:35:43 +00:00
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:
parent
b3e8fe4221
commit
3cfb6b13c0
@ -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…
x
Reference in New Issue
Block a user