diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-27 16:09:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-27 16:09:48 +0000 |
commit | 07ad19b509530b43e6a9acc5c1285cb560dd7198 (patch) | |
tree | 1509f748fa140dbc88b76ba373816fb8946fa470 /include | |
parent | a7591351688c635b135e4bda2b9c73c5cbbe3577 (diff) | |
download | external_llvm-07ad19b509530b43e6a9acc5c1285cb560dd7198.zip external_llvm-07ad19b509530b43e6a9acc5c1285cb560dd7198.tar.gz external_llvm-07ad19b509530b43e6a9acc5c1285cb560dd7198.tar.bz2 |
Fix wording in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/ScalarEvolution.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ScalarEvolution.h b/include/llvm/Analysis/ScalarEvolution.h index 2566589..739f06b 100644 --- a/include/llvm/Analysis/ScalarEvolution.h +++ b/include/llvm/Analysis/ScalarEvolution.h @@ -299,7 +299,7 @@ namespace llvm { const Loop *L, ICmpInst::Predicate p); - /// ComputeBackedgeTakenCountExhaustively - If the trip is known to execute + /// ComputeBackedgeTakenCountExhaustively - If the loop is known to execute /// a constant number of times (the condition evolves only from constants), /// try to evaluate a few iterations of the loop until we get the exit /// condition gets a value of ExitWhen (true or false). If we cannot |