Drop unused statistic counter

llvm-svn: 312304
This commit is contained in:
Tobias Grosser 2017-09-01 02:17:10 +00:00
parent 7c89b4b632
commit 04567fd480
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ cl::opt<bool>
STATISTIC(DeLICMAnalyzed, "Number of successfully analyzed SCoPs");
STATISTIC(DeLICMOutOfQuota,
"Analyses aborted because max_operations was reached");
STATISTIC(DeLICMIncompatible, "Number of SCoPs incompatible for analysis");
STATISTIC(MappedValueScalars, "Number of mapped Value scalars");
STATISTIC(MappedPHIScalars, "Number of mapped PHI scalars");
STATISTIC(TargetsMapped, "Number of stores used for at least one mapping");