projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d83fd
)
Remove unused variable.
author
Duncan Sands
<baldrick@free.fr>
Tue, 18 Nov 2008 10:39:04 +0000
(10:39 +0000)
committer
Duncan 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/ScalarEvolution.cpp
b/lib/Analysis/ScalarEvolution.cpp
index 3f43a79bcae3ec3dde7538ba627c0699d987fe49..dffb1d1bd1239316c18a07ff809500deb5205731 100644
(file)
--- a/
lib/Analysis/ScalarEvolution.cpp
+++ b/
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,