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:
54d9f98
)
Remove unused map.
author
Devang Patel
<dpatel@apple.com>
Fri, 5 Sep 2008 21:55:33 +0000
(21:55 +0000)
committer
Devang Patel
<dpatel@apple.com>
Fri, 5 Sep 2008 21:55:33 +0000
(21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55861
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/IndVarSimplify.cpp
b/lib/Transforms/Scalar/IndVarSimplify.cpp
index 3d29fd686378100412e4247c7022389885eadcd9..bfda9cda170066b6b55a2a1e65dad4a43a1ed0f5 100644
(file)
--- a/
lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/
lib/Transforms/Scalar/IndVarSimplify.cpp
@@
-555,7
+555,6
@@
bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
// Rewrite all induction variables in terms of the canonical induction
// variable.
- std::map<unsigned, Value*> InsertedSizes;
while (!IndVars.empty()) {
PHINode *PN = IndVars.back().first;
Value *NewVal = Rewriter.expandCodeFor(IndVars.back().second, InsertPt);