summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
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/lib/Analysis/ScalarEvolution.cpp
parent57af4ece60041c78682244c466d5a579ca5adf84 (diff)
downloadbcm5719-llvm-169ef138e8b08ffdb5971ccf6ff8cea02d3bde55.tar.gz
bcm5719-llvm-169ef138e8b08ffdb5971ccf6ff8cea02d3bde55.zip
Fix wording in comments.
llvm-svn: 77193
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index 8ac4d1ed537..721fe934db5 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud