mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Remove unused map.
llvm-svn: 55861
This commit is contained in:
parent
79477af98a
commit
4148488e49
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user