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 | c3f6034bd5ca88529b4d703d714b20858966e8e6 (patch) | |
tree | 1509f748fa140dbc88b76ba373816fb8946fa470 /lib/Analysis | |
parent | f1e2215ad78fe7ecf80d1250e7c5790b2fb9c339 (diff) | |
download | external_llvm-c3f6034bd5ca88529b4d703d714b20858966e8e6.zip external_llvm-c3f6034bd5ca88529b4d703d714b20858966e8e6.tar.gz external_llvm-c3f6034bd5ca88529b4d703d714b20858966e8e6.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 'lib/Analysis')
-rw-r--r-- | lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index 8ac4d1e..721fe93 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -3709,7 +3709,7 @@ ScalarEvolution::getConstantEvolutionLoopExitValue(PHINode *PN, } } -/// ComputeBackedgeTakenCountExhaustively - If the trip is known to execute a +/// 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 |