mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 02:40:42 +00:00
Add in some conditional compilation in order to silence an unused variable warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f11a6856cc
commit
f4fc9b1753
@ -307,10 +307,12 @@ STATISTIC(NumRetainsBeforeOpt,
|
||||
"Number of retains before optimization.");
|
||||
STATISTIC(NumReleasesBeforeOpt,
|
||||
"Number of releases before optimization.");
|
||||
#ifndef NDEBUG
|
||||
STATISTIC(NumRetainsAfterOpt,
|
||||
"Number of retains after optimization.");
|
||||
STATISTIC(NumReleasesAfterOpt,
|
||||
"Number of releases after optimization.");
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
/// \enum Sequence
|
||||
|
Loading…
Reference in New Issue
Block a user