diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-09-01 02:17:10 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-09-01 02:17:10 +0000 |
| commit | 04567fd4806ef359bf537463012427b69912e944 (patch) | |
| tree | 234f35d60b2d12ae07b35207210d5585eaaa1af6 | |
| parent | 7c89b4b6329a7622d5b2f850122e6f41e8c5e137 (diff) | |
| download | bcm5719-llvm-04567fd4806ef359bf537463012427b69912e944.tar.gz bcm5719-llvm-04567fd4806ef359bf537463012427b69912e944.zip | |
Drop unused statistic counter
llvm-svn: 312304
| -rw-r--r-- | polly/lib/Transform/DeLICM.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Transform/DeLICM.cpp b/polly/lib/Transform/DeLICM.cpp index ab5bca7a1e6..eaf24102e80 100644 --- a/polly/lib/Transform/DeLICM.cpp +++ b/polly/lib/Transform/DeLICM.cpp @@ -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"); |

