Remove unused variable.
authorDuncan Sands <baldrick@free.fr>
Tue, 18 Nov 2008 10:39:04 +0000 (10:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 18 Nov 2008 10:39:04 +0000 (10:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59515 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 3f43a79bcae3ec3dde7538ba627c0699d987fe49..dffb1d1bd1239316c18a07ff809500deb5205731 100644 (file)
@@ -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,