mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 14:33:40 +00:00
Fix wording in comments.
llvm-svn: 77193
This commit is contained in:
parent
19c9914343
commit
e999569f50
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user