diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
commit | 2f2d06506c9167dada05b11debe717334de972d4 (patch) | |
tree | b4db466a5bb0270d2711628d7b91ded86660892d /lib/Analysis/InductionVariable.cpp | |
parent | 0043e4698c66bcac6526bbb9f133d2326a915494 (diff) |
Fixed spelling and grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/InductionVariable.cpp')
-rw-r--r-- | lib/Analysis/InductionVariable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/InductionVariable.cpp b/lib/Analysis/InductionVariable.cpp index 3e33ca1335..334a72bdfc 100644 --- a/lib/Analysis/InductionVariable.cpp +++ b/lib/Analysis/InductionVariable.cpp @@ -178,7 +178,7 @@ Value *InductionVariable::getExecutionCount(LoopInfo *LoopInfo) { return 0; } - // Find final node: predecesor of the loop header that's also an exit + // Find final node: predecessor of the loop header that's also an exit BasicBlock *terminator = 0; for (pred_iterator PI = pred_begin(L->getHeader()), PE = pred_end(L->getHeader()); PI != PE; ++PI) |