diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-11-18 10:39:04 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-11-18 10:39:04 +0000 |
| commit | 81e65f16d70d1989fcdf891781c43480fa3a2392 (patch) | |
| tree | 117c02debbcd171325da30a2ceb25fbda00eb860 /llvm/lib/Analysis/ScalarEvolution.cpp | |
| parent | 1315f80ea831fa6cb8f09492751c36cbc56c5014 (diff) | |
| download | bcm5719-llvm-81e65f16d70d1989fcdf891781c43480fa3a2392.tar.gz bcm5719-llvm-81e65f16d70d1989fcdf891781c43480fa3a2392.zip | |
Remove unused variable.
llvm-svn: 59515
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index 3f43a79bcae..dffb1d1bd12 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -83,9 +83,6 @@ #include <cmath> using namespace llvm; -STATISTIC(NumBruteForceEvaluations, - "Number of brute force evaluations needed to " - "calculate high-order polynomial exit values"); STATISTIC(NumArrayLenItCounts, "Number of trip counts computed with array length"); STATISTIC(NumTripCountsComputed, |

