aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-22 04:04:24 +0000
committerDan Gohman <gohman@apple.com>2010-02-22 04:04:24 +0000
commit31a95c524c82e36867761404d902b94f7afc695e (patch)
tree7528213ae42fa0e3faf0839dd22a0d967d1d3cc3 /include/llvm/Analysis/LoopInfo.h
parent8ce05daf5409d7bbfdc6bfeaff32304ecd106622 (diff)
downloadexternal_llvm-31a95c524c82e36867761404d902b94f7afc695e.zip
external_llvm-31a95c524c82e36867761404d902b94f7afc695e.tar.gz
external_llvm-31a95c524c82e36867761404d902b94f7afc695e.tar.bz2
Rename a variable to avoid a -Wshadow warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/LoopInfo.h')
-rw-r--r--include/llvm/Analysis/LoopInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h
index d5e4d51..f792a7f 100644
--- a/include/llvm/Analysis/LoopInfo.h
+++ b/include/llvm/Analysis/LoopInfo.h
@@ -835,7 +835,7 @@ public:
} else if (BlockLoop != Child) {
LoopT *SubLoop = BlockLoop;
// Reparent all of the blocks which used to belong to BlockLoops
- for (unsigned j = 0, e = SubLoop->Blocks.size(); j != e; ++j)
+ for (unsigned j = 0, f = SubLoop->Blocks.size(); j != f; ++j)
ContainingLoops[SubLoop->Blocks[j]] = Child;
// There is already a loop which contains this block, that means