diff options
| -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"); |

