mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
[objc-arc] Fixed a spelling error and made the statistic descriptions be consistent about their usage of periods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df6e5fb77c
commit
c292e68d43
@ -340,18 +340,18 @@ STATISTIC(NumNoops, "Number of no-op objc calls eliminated");
|
||||
STATISTIC(NumPartialNoops, "Number of partially no-op objc calls eliminated");
|
||||
STATISTIC(NumAutoreleases,"Number of autoreleases converted to releases");
|
||||
STATISTIC(NumRets, "Number of return value forwarding "
|
||||
"retain+autoreleaes eliminated");
|
||||
"retain+autoreleases eliminated");
|
||||
STATISTIC(NumRRs, "Number of retain+release paths eliminated");
|
||||
STATISTIC(NumPeeps, "Number of calls peephole-optimized");
|
||||
#ifndef NDEBUG
|
||||
STATISTIC(NumRetainsBeforeOpt,
|
||||
"Number of retains before optimization.");
|
||||
"Number of retains before optimization");
|
||||
STATISTIC(NumReleasesBeforeOpt,
|
||||
"Number of releases before optimization.");
|
||||
"Number of releases before optimization");
|
||||
STATISTIC(NumRetainsAfterOpt,
|
||||
"Number of retains after optimization.");
|
||||
"Number of retains after optimization");
|
||||
STATISTIC(NumReleasesAfterOpt,
|
||||
"Number of releases after optimization.");
|
||||
"Number of releases after optimization");
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user