summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-27 16:09:48 +0000
committerDan Gohman <gohman@apple.com>2009-07-27 16:09:48 +0000
commit169ef138e8b08ffdb5971ccf6ff8cea02d3bde55 (patch)
tree74cacbf34af0fa7a81043e499dd9856f8faec0fb /llvm/include
parent57af4ece60041c78682244c466d5a579ca5adf84 (diff)
downloadbcm5719-llvm-169ef138e8b08ffdb5971ccf6ff8cea02d3bde55.tar.gz
bcm5719-llvm-169ef138e8b08ffdb5971ccf6ff8cea02d3bde55.zip
Fix wording in comments.
llvm-svn: 77193
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/ScalarEvolution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolution.h b/llvm/include/llvm/Analysis/ScalarEvolution.h
index 25665898927..739f06bfc86 100644
--- a/llvm/include/llvm/Analysis/ScalarEvolution.h
+++ b/llvm/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
OpenPOWER on IntegriCloud