Fix wording in comments.

llvm-svn: 77193
This commit is contained in:
Dan Gohman 2009-07-27 16:09:48 +00:00
parent 57af4ece60
commit 169ef138e8
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ namespace llvm {
const Loop *L, const Loop *L,
ICmpInst::Predicate p); 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), /// 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 /// 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 /// condition gets a value of ExitWhen (true or false). If we cannot

View File

@ -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), /// constant number of times (the condition evolves only from constants),
/// try to evaluate a few iterations of the loop until we get the exit /// 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 /// condition gets a value of ExitWhen (true or false). If we cannot